aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-09-20 12:28:20 +0200
committerShauren <shauren.trinity@gmail.com>2024-09-20 12:28:20 +0200
commit24d08307e4156ef57c2662a882a227cf8eba1424 (patch)
tree66d8bf1051cb156eafedc807f86b36958d6ced79 /CMakeLists.txt
parente1eeca994aa87712a0c88529d9627d0ae04b7240 (diff)
Build: Remove temporarily lowered cmake version requirement for circle-ci
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 63b36affe07..3c0ec29fa32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,11 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-if(WIN32)
- cmake_minimum_required(VERSION 3.24) # required for querying windows registry with cmake_host_system_information
-else()
- cmake_minimum_required(VERSION 3.22)
-endif()
+cmake_minimum_required(VERSION 3.24)
# add this options before PROJECT keyword
set(CMAKE_DISABLE_SOURCE_CHANGES ON)