diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:52 +0100 |
commit | da240f8018431b89d832607633fb38ae27b89d4e (patch) | |
tree | bb6e978a42a4424d238f4b58ad0a857ed656c611 | |
parent | 39c2dea65f3e7763148d7fef6490369da5eddc7c (diff) | |
download | tdebase-da240f8018431b89d832607633fb38ae27b89d4e.tar.gz tdebase-da240f8018431b89d832607633fb38ae27b89d4e.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 941e4a6f6d8a90af54adec42095ceaddbaf4d09f)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2a7e5e61..e5a9cf47f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |