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:36:54 +0100 |
commit | 30a438e33f30bfea71a6e85c96793102e1a29b48 (patch) | |
tree | 6f9e4a09d6a1af42e775181dbc3494faceb3ad0c /CMakeLists.txt | |
parent | cbec44f10d26d3fafd9c810ce710ebce4ccc21fa (diff) | |
download | libkipi-30a438e33f30bfea71a6e85c96793102e1a29b48.tar.gz libkipi-30a438e33f30bfea71a6e85c96793102e1a29b48.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 8cdbf44ac777ade889af37417114d445ae944f08)
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 2e03f44..3d8bc46 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 |