1
C / Problem configuring csfml2 with cmake
« on: March 26, 2011, 04:11:37 am »
I followed the tutorial to build SFML without issue(and installed it), however whenever I try to use cmake with csfml project I get the error
I'm new to SFML so I'm probably missing something relatively obvious :oops:
I looked all around and searched but couldn't find an answer for this.
On windows 7 64-bit.
This is from the latest SVN revision, BTW.
Code: [Select]
CMake Error at G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find SFML (missing: SFML_INCLUDE_DIR SFML_SYSTEM_LIBRARY
SFML_WINDOW_LIBRARY SFML_NETWORK_LIBRARY SFML_GRAPHICS_LIBRARY
SFML_AUDIO_LIBRARY) (Required is at least version "2")
Call Stack (most recent call first):
G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindSFML.cmake:105 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/SFML/CMakeLists.txt:22 (find_package)
I'm new to SFML so I'm probably missing something relatively obvious :oops:
I looked all around and searched but couldn't find an answer for this.
On windows 7 64-bit.
This is from the latest SVN revision, BTW.