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:27:44 +0100 |
commit | 0f4180ae208ddfde3dca27f15c0b98b45d853eec (patch) | |
tree | cd256ac85d1fdb18cdb954b68f5b5bde72634573 | |
parent | 3bcbcb07ee832ba5150d84fd908eaa162d82d635 (diff) | |
download | kgtk-qt3-0f4180ae208ddfde3dca27f15c0b98b45d853eec.tar.gz kgtk-qt3-0f4180ae208ddfde3dca27f15c0b98b45d853eec.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-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 ##################### |