diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a16cba..6eacb45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,9 +42,9 @@ if(WIN32) target_link_libraries(LotoStatek ${SFML_LIBRARIES}) endif() elseif(APPLE) - find_package(lib/SFML 2.6.2 COMPONENTS graphics window system REQUIRED) + find_package(SFML 2.6.2 COMPONENTS graphics window system REQUIRED) target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system) elseif(LINUX) - find_package(lib/SFML 2.6.2 COMPONENTS graphics window system REQUIRED) + find_package(SFML 2.6.2 COMPONENTS graphics window system REQUIRED) target_link_libraries(LotoStatek sfml-graphics sfml-window sfml-audio sfml-system) endif() \ No newline at end of file