diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:11 +0100 |
commit | 4b68fcef397c3c372cd147b23596371ed359cfc7 (patch) | |
tree | 4075f2d730e944173fd2f5fb3cf9a2a0c2028a7f | |
parent | 74953517c5a9325a15c8c8245700ab356c46eb56 (diff) | |
download | yakuake-4b68fcef397c3c372cd147b23596371ed359cfc7.tar.gz yakuake-4b68fcef397c3c372cd147b23596371ed359cfc7.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c82ef3..16007d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |