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 89df90c commit 903c4f5Copy full SHA for 903c4f5
CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
66
if(CSFML_BUILD_NETWORK)
67
list(PREPEND SFML_MODULES "Network")
68
endif()
69
-find_package(SFML 3.0.0 COMPONENTS ${SFML_MODULES} REQUIRED)
+find_package(SFML 3.0 COMPONENTS ${SFML_MODULES} REQUIRED)
70
71
# add the subdirectories
72
add_subdirectory(src/CSFML)
0 commit comments