aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdnet
diff options
context:
space:
mode:
Diffstat (limited to 'tdnet')
-rw-r--r--tdnet/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdnet/CMakeLists.txt b/tdnet/CMakeLists.txt
index f39c91fa2..ad4e8f575 100644
--- a/tdnet/CMakeLists.txt
+++ b/tdnet/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(TDNET_ENABLE_INSTALL "Enable installation of the library." ON)