diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:42 +0100 |
commit | bd7707b31b01204dc500d282e90207af11efb649 (patch) | |
tree | 4b682ac035f6e8261d42527f8d15c99cd8173f0e | |
parent | 2868b78dd2248cbe5a27b06bad9b105aa055eeb3 (diff) | |
download | kasablanca-bd7707b31b01204dc500d282e90207af11efb649.tar.gz kasablanca-bd7707b31b01204dc500d282e90207af11efb649.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 01276ab..b9742c3 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 |