diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:33 +0100 |
commit | 6dd395d383a23126ea4574de805ca8bfa550e15a (patch) | |
tree | 5d79ccf2105a3e00f4505b13ab34404f016ff759 /CMakeLists.txt | |
parent | c63ea895658d5a12c2a0483c3ba3ca25259bdbe9 (diff) | |
download | k3b-i18n-6dd395d383a23126ea4574de805ca8bfa550e15a.tar.gz k3b-i18n-6dd395d383a23126ea4574de805ca8bfa550e15a.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7c09e198cc807d14df88d482456853a070c50085)
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 2c86d67..2fc65e4 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 ##################### |