Closed lkdjiin closed 7 years ago
Just for your information:
The path to FindSFML.cmake is /usr/share/SFML/cmake/Modules/FindSFML.cmake.
FindSFML.cmake
/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.
list(APPEND CMAKE_MODULE_PATH "/usr/share/SFML/cmake/Modules")
CMakeLists.txt
Keep the good work :smile:
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 😐
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")
toCMakeLists.txt
to compile all the things.Keep the good work :smile: