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 13:02:41 +0100 |
commit | ecc4973fc8f29413597621fd47f6c057ea2ff7f7 (patch) | |
tree | 1d452cffc07a21063e8439f0c50e388e589e71a8 | |
parent | 4034af13d1a40ef80cd215071f294ce3454b3d5b (diff) | |
download | tdesshaskpass-ecc4973fc8f29413597621fd47f6c057ea2ff7f7.tar.gz tdesshaskpass-ecc4973fc8f29413597621fd47f6c057ea2ff7f7.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f44fac03d8cb047e87cff224415e0e92ad736c42)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edf8764..ddb2164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # # ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |