diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:16 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:46 +0100 |
commit | 8dd986ad2d50305a3828e322e0355217eb8918ed (patch) | |
tree | 43bbb8ebf2677d9587c713b933a56a685d92e062 /CMakeLists.txt | |
parent | 4369f737a78ef57087012d62431c412f1ff84eee (diff) | |
download | kchmviewer-8dd986ad2d50305a3828e322e0355217eb8918ed.tar.gz kchmviewer-8dd986ad2d50305a3828e322e0355217eb8918ed.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2b1756ae4bcffb6405ce1b84e623e265c5defd3b)
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 a547914..d4177a0 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 |