diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:51 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:52 +0100 |
commit | 3992a6a5ee2e2ddd708e1841185d41ee7cd6349c (patch) | |
tree | 23d1a78cde4c73984cffcbd7619f02a05a414eec /CMakeLists.txt | |
parent | e39ed8fa145f2b32bbf54a05238957f32c135bea (diff) | |
download | tdegraphics-3992a6a5ee2e2ddd708e1841185d41ee7cd6349c.tar.gz tdegraphics-3992a6a5ee2e2ddd708e1841185d41ee7cd6349c.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5d925cc6c662ce79ed26058a6d89ff00f95d8edf)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51be9d63..d9bd4b7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |