Skip to content

Commit

Permalink
Find latest SFML release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored and eXpl0it3r committed May 10, 2022
1 parent bfcf815 commit 040b05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(CMakeSFMLProject LANGUAGES CXX)

find_package(SFML 2.5 COMPONENTS graphics REQUIRED)
find_package(SFML 2.5.1 COMPONENTS graphics REQUIRED)

add_executable(CMakeSFMLProject src/main.cpp)
target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics)
Expand Down

0 comments on commit 040b05f

Please sign in to comment.