diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:46 +0100 |
commit | a6965c5a63ac9386d6d026951046b0b9c2dcf748 (patch) | |
tree | a02e393ecc4fcc48d9cdcedfc56a4cca27164703 /CMakeLists.txt | |
parent | a923b4ae11c2e1196f8dab7ddb0e7992bbb07b70 (diff) | |
download | kxmleditor-a6965c5a63ac9386d6d026951046b0b9c2dcf748.tar.gz kxmleditor-a6965c5a63ac9386d6d026951046b0b9c2dcf748.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 6bb6546..ee3f0f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |