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 - Echtolion

Pages: [1]
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


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.

Pages: [1]
anything