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 /tddb | |
| parent | 0f6612d9305de8f8553cfb06fe7d5f59e3002c4f (diff) | |
Increase required CMake version to 3.10.
Diffstat (limited to 'tddb')
| -rw-r--r-- | tddb/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tddb/CMakeLists.txt b/tddb/CMakeLists.txt index 423c93160..6ac1b17da 100644 --- a/tddb/CMakeLists.txt +++ b/tddb/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(TDDB_ENABLE_INSTALL "Enable installation of the library." ON) |
