We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3ac4c commit f32fb8dCopy full SHA for f32fb8d
CMakeLists.txt
@@ -8,7 +8,7 @@ set( CMAKE_MODULE_PATH
8
${PROJECT_SOURCE_DIR}/src
9
${PROJECT_SOURCE_DIR}/cmake )
10
11
-if(CMAKE_VERSION VERSION_GREATER "3.0")
+if(NOT (CMAKE_VERSION VERSION_LESS "3.1"))
12
cmake_policy(SET CMP0054 OLD)
13
endif()
14
0 commit comments