2
« on: July 27, 2015, 07:18:17 pm »
I installed CMake to C:/Program Files(x86)/CMake
I extracted SFML to C:/SFML
in CMake GUI i set Where is source code to: C:/SFML
i also set Where to build the binaries to : C:/SFML-build
I hit configure and picked VS 14 2015
and then this pops up
The C compiler identification is MSVC 19.0.23026.0
The CXX compiler identification is MSVC 19.0.23026.0
Check for working C compiler using: Visual Studio 14 2015
Check for working C compiler using: Visual Studio 14 2015 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 14 2015
Check for working CXX compiler using: Visual Studio 14 2015 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at CMakeLists.txt:4 (include):
include could not find load file:
C:/SFML/cmake/Macros.cmake
CMake Error at System/CMakeLists.txt:101 (sfml_add_library):
Unknown CMake command "sfml_add_library".
Configuring incomplete, errors occurred!
See also "C:/SFML-build/CMakeFiles/CMakeOutput.log".
Any ideas what's going on?