Skip to content

Commit 903c4f5

Browse files
committed
Keep trying
1 parent 89df90c commit 903c4f5

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
@@ -66,7 +66,7 @@ endif()
6666
if(CSFML_BUILD_NETWORK)
6767
list(PREPEND SFML_MODULES "Network")
6868
endif()
69-
find_package(SFML 3.0.0 COMPONENTS ${SFML_MODULES} REQUIRED)
69+
find_package(SFML 3.0 COMPONENTS ${SFML_MODULES} REQUIRED)
7070

7171
# add the subdirectories
7272
add_subdirectory(src/CSFML)

0 commit comments

Comments
 (0)