diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:41 +0100 |
commit | 78630455d836182f3bdaecd24ca723ab5870379c (patch) | |
tree | e7726a7215ee671ec5ded59d2590f34f5e3c0659 /CMakeLists.txt | |
parent | 29da2b3b7775a0b04d940cfcc4973f4d9814312e (diff) | |
download | k3b-78630455d836182f3bdaecd24ca723ab5870379c.tar.gz k3b-78630455d836182f3bdaecd24ca723ab5870379c.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
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 7148077..7dbeeb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |