diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 20:19:33 +0100 |
commit | fcfaa469e9c514222996e5ba69db48d004aa7f23 (patch) | |
tree | e300930d26e3dea6550304d57f242f85a927249c /CMakeLists.txt | |
parent | e76fde84d2a16606bb7aa4e87c3c6a28bd1624be (diff) | |
download | tdeartwork-fcfaa469e9c514222996e5ba69db48d004aa7f23.tar.gz tdeartwork-fcfaa469e9c514222996e5ba69db48d004aa7f23.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 b4192574..ecfe8be7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # # ########################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup |