EmilyMansfield / citybuilder

Source code for my SFML Citybuilder tutorial
MIT License
199 stars 51 forks source link

CMake: SFMLConfig.cmake missing #9

Open Lecrapouille opened 6 years ago

Lecrapouille commented 6 years ago

Hi ! I'm just a noob with CMake so do not dispute me. I did not understand the instruction line in the README: Set CMAKE_MODULE_PATH to SFML's directory SFML/cmake/Modules or install the FindSFML.cmake in your shared CMake directory

So I got the error: Could not find a package configuration file provided by "SFML" (requested version 2) with any of the following names: SFMLConfig.cmake sfml-config.cmake

To fix it:

Hope this will help somebody.