diff options
| author | levlam <levlam@telegram.org> | 2025-02-13 19:43:52 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-02-13 19:43:52 +0300 |
| commit | 1c6b5973b11fbb5b40503aee7d261a98e0ea4143 (patch) | |
| tree | 9ed42353d9834332cd876bc93ac4f8f5d2aec17b /tdnet | |
| parent | 0f6612d9305de8f8553cfb06fe7d5f59e3002c4f (diff) | |
Increase required CMake version to 3.10.
Diffstat (limited to 'tdnet')
| -rw-r--r-- | tdnet/CMakeLists.txt | 4 |
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) |
