Skip to content

Commit 040b05f

Browse files
ChrisThrashereXpl0it3r
authored andcommitted
Find latest SFML release
1 parent bfcf815 commit 040b05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22
project(CMakeSFMLProject LANGUAGES CXX)
33

4-
find_package(SFML 2.5 COMPONENTS graphics REQUIRED)
4+
find_package(SFML 2.5.1 COMPONENTS graphics REQUIRED)
55

66
add_executable(CMakeSFMLProject src/main.cpp)
77
target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics)

0 commit comments

Comments
 (0)