diff options
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdactor/CMakeLists.txt b/tdactor/CMakeLists.txt index 735f7a518..df80aac41 100644 --- a/tdactor/CMakeLists.txt +++ b/tdactor/CMakeLists.txt @@ -1,5 +1,5 @@ -if ((CMAKE_MAJOR_VERSION LESS 3) OR (CMAKE_VERSION VERSION_LESS "3.0.2")) - message(FATAL_ERROR "CMake >= 3.0.2 is required") +if ((CMAKE_MAJOR_VERSION LESS 3) OR (CMAKE_VERSION VERSION_LESS "3.10")) + message(FATAL_ERROR "CMake >= 3.10 is required") endif() option(TDACTOR_ENABLE_INSTALL "Enable installation of the library." ON) |
