diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:33 +0100 |
commit | 2cfa641f07638c983f452caa6fa3cee30c8a81a9 (patch) | |
tree | d5b7c62018b40dbee341e7f52a672779c7ec3f62 | |
parent | 751334e03fac9e1f4fb810636689067ec5e96e3e (diff) | |
download | kgtk-qt3-2cfa641f07638c983f452caa6fa3cee30c8a81a9.tar.gz kgtk-qt3-2cfa641f07638c983f452caa6fa3cee30c8a81a9.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0f4180ae208ddfde3dca27f15c0b98b45d853eec)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 68ce911..dc9d833 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 ##################### |