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:30 +0100 |
commit | 654fb542975c46bee6dff763e2273b5eb60d062b (patch) | |
tree | dbccc22a38ff246607067aec85c9c8da8cadec0d | |
parent | 14d435d8e376a172053861b467e44296273d5967 (diff) | |
download | gwenview-i18n-654fb542975c46bee6dff763e2273b5eb60d062b.tar.gz gwenview-i18n-654fb542975c46bee6dff763e2273b5eb60d062b.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit df99a44e902e9a4fdd964fe3a5d2e93b28d5aee1)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c2db40..1ab35d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |