Hello all. I have read through a bunch of threads on this forum that talked about similar problems and I made a lot of progress, but there is something weird which is happening that none of those threads quite addressed. So forgive me if this has been asked a million times.
I'm currently getting the following error when trying to configure:
CMake Error at cmake/Modules/FindSFML.cmake:199 (message):
SFML found but version too low (requested: 2.0, found: 1.x)
Call Stack (most recent call first):
CMakeLists.txt:25 (find_package)
I am quite definitely using SFML 2.0. I even redownloaded the release candidate to make sure.
To help give some context, right before receiving this error, I had gotten an error saying CMake could not find SFML (I dunno what's up with the FindSFML.make or what I did to get that message). I fixed it by added an SFMLDIR path to C:/Program Files(x86)/SFML 2.0 where I have it installed. That let me continue on until I encountered the error above. Any ideas?