We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcf815 commit 040b05fCopy full SHA for 040b05f
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.15)
2
project(CMakeSFMLProject LANGUAGES CXX)
3
4
-find_package(SFML 2.5 COMPONENTS graphics REQUIRED)
+find_package(SFML 2.5.1 COMPONENTS graphics REQUIRED)
5
6
add_executable(CMakeSFMLProject src/main.cpp)
7
target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics)
0 commit comments