diff --git a/CMakeLists.txt b/CMakeLists.txt index bdefc8ca2..0b3f4fd4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cotire/CMake;${PROJECT_SOURCE_DIR}/mo include(cotire) include(CTest) -if (CMAKE_VERSION VERSION_GREATER 3.9) +if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.10) cmake_policy(SET CMP0071 NEW) endif()