diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:35 +0100 |
commit | bae05be95e57d4f4a9aeced09495a236b9633fb9 (patch) | |
tree | 9d09558717f5220d39b779c27ac87681e8a33e1b /CMakeLists.txt | |
parent | 1e4feba26d89736f555d9111e0ad695f99c3aac5 (diff) | |
download | knmap-bae05be95e57d4f4a9aeced09495a236b9633fb9.tar.gz knmap-bae05be95e57d4f4a9aeced09495a236b9633fb9.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0b32dae474960dce04d539427ea9bdc4fcd9db31)
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 cbb3e90..5d1b4bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |