Skip to content

Commit

Permalink
Change required SFML version to one used in my env – 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hckr committed Aug 29, 2017
1 parent 6f9d98b commit e6bb8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ add_custom_target(headers SOURCES ${HEADERS})

target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_17)

find_package(SFML 2 REQUIRED system window graphics)
find_package(SFML 2.4.2 REQUIRED system window graphics)
if(SFML_FOUND)
include_directories(${SFML_INCLUDE_DIR})
target_link_libraries(${PROJECT_NAME} ${SFML_LIBRARIES})
Expand Down

0 comments on commit e6bb8bc

Please sign in to comment.