Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - johnnypaschen

Pages: [1]
1
No, that's the weird thing, I never even had one to begin with. There was never one initially nor created for me to delete or do anything with.

2
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?

Pages: [1]