diff options
author | Aki <please@ignore.pl> | 2023-03-18 01:03:25 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:41:19 +0200 |
commit | 4ec2ffe25bbd6402b03df09178753b947a1edb9f (patch) | |
tree | 789e95e271210f425c02e010a3d489cc89addbb3 | |
parent | fc6caf6f2567a7a1e97874b0106d0987763f3058 (diff) | |
download | kurator-4ec2ffe25bbd6402b03df09178753b947a1edb9f.zip kurator-4ec2ffe25bbd6402b03df09178753b947a1edb9f.tar.gz kurator-4ec2ffe25bbd6402b03df09178753b947a1edb9f.tar.bz2 |
Bumped minimum cmake version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f7a701..9290214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.24) project(kurator) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_EXTENSIONS No) |