We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e1232 commit 7e2daebCopy full SHA for 7e2daeb
dependencies_check.cmake
@@ -6,7 +6,7 @@ if(SDL2_VERSION VERSION_LESS 2.0.5)
6
message(FATAL_ERROR "libSDL version 2.0.5 or higher is required. Version found: ${SDL2_VERSION}.")
7
endif()
8
9
-if(Poco_VERSION VERSION_LESS 1.11.2 AND Poco_VERSION GREATER_EQUAL 1.10.0)
+if(Poco_VERSION VERSION_LESS 1.11.2 AND Poco_VERSION VERSION_GREATER_EQUAL 1.10.0)
10
message(FATAL_ERROR "Your Poco library contains a serious bug which will cause crashes. Your version is ${Poco_VERSION}.
11
Affected versions are 1.10.0 to 1.11.1, including. Please upgrade Poco to at least 1.11.2 or downgrade to 1.9.x.
12
projectMSDL will NOT work with the affected versions.
0 commit comments