diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:38 +0100 |
commit | 80d4c1120d98af73d048b059d4464fcecc71c07b (patch) | |
tree | 239301822b9727d1b6b9a7f59fc4d01323b4d0d4 /CMakeLists.txt | |
parent | ac6f4e22ddd7190ca3a4452555490ce7ae21fd39 (diff) | |
download | kxmleditor-80d4c1120d98af73d048b059d4464fcecc71c07b.tar.gz kxmleditor-80d4c1120d98af73d048b059d4464fcecc71c07b.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
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 edcb143..c67ad9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |