oprypin / crsfml

Crystal bindings to SFML multimedia/game library
https://oprypin.github.io/crsfml
zlib License
350 stars 14 forks source link

CMAKE_MODULE_PATH on Ubuntu #13

Closed lkdjiin closed 7 years ago

lkdjiin commented 7 years ago

Just for your information:

The path to FindSFML.cmake is /usr/share/SFML/cmake/Modules/FindSFML.cmake.

I had to add list(APPEND CMAKE_MODULE_PATH "/usr/share/SFML/cmake/Modules") to CMakeLists.txt to compile all the things.

Keep the good work :smile:

oprypin commented 7 years ago

It is exactly the same, /usr/share/SFML/cmake/Modules/FindSFML.cmake, on Arch Linux, so I thought it does not need to be specified.
Ubuntu is probably misconfigured 😐