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 | 8cdbf44ac777ade889af37417114d445ae944f08 (patch) | |
tree | d2c00bbeb0d9581fa28b50c1a026183db501a39d | |
parent | 4b57184b5636ca0206bf251507d81eedb3181f5b (diff) | |
download | libkipi-8cdbf44ac777ade889af37417114d445ae944f08.tar.gz libkipi-8cdbf44ac777ade889af37417114d445ae944f08.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 0a56959..863c9e0 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 |