diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:02 +0100 |
commit | 7c09e198cc807d14df88d482456853a070c50085 (patch) | |
tree | bd8ddb0902994c2bff2e4a204665085e5f8cfc89 | |
parent | da1b9a24edc548516c5510eb6a7cf2a53b9a9ffd (diff) | |
download | k3b-i18n-7c09e198cc807d14df88d482456853a070c50085.tar.gz k3b-i18n-7c09e198cc807d14df88d482456853a070c50085.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e9b7b7..301dc3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |