Created
January 5, 2015 01:10
-
-
Save def-/561538f0a59243836fcb to your computer and use it in GitHub Desktop.
CSFML error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake . | |
| CMake Error at src/SFML/CMakeLists.txt:27 (find_package): | |
| By not providing "FindSFML.cmake" in CMAKE_MODULE_PATH this project has | |
| asked CMake to find a package configuration file provided by "SFML", but | |
| CMake did not find one. | |
| Could not find a package configuration file provided by "SFML" (requested | |
| version 2.0) with any of the following names: | |
| SFMLConfig.cmake | |
| sfml-config.cmake | |
| Add the installation prefix of "SFML" to CMAKE_PREFIX_PATH or set | |
| "SFML_DIR" to a directory containing one of the above files. If "SFML" | |
| provides a separate development package or SDK, be sure it has been | |
| installed. | |
| -- Configuring incomplete, errors occurred! | |
| See also "/media/CSFML-2.1/CMakeFiles/CMakeOutput.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment