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 | fc7eaae6aa2522af65774ae072923d5eebdc7fdc (patch) | |
tree | b637d93a0f42cb36fc5f9534e690a302c1f0e386 | |
parent | 7e84417bd87d169a30d508ff07be4530f1c6eb47 (diff) | |
download | knowit-fc7eaae6aa2522af65774ae072923d5eebdc7fdc.tar.gz knowit-fc7eaae6aa2522af65774ae072923d5eebdc7fdc.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 281b3d38367bd12f4e7b431f26c13ee3f0284e36)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c25f2df..c510ea6 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 |