Build: Remove temporarily lowered cmake version requirement for circle-ci

(cherry picked from commit 24d08307e4)
This commit is contained in:
Shauren
2024-09-20 12:28:20 +02:00
committed by Ovahlord
parent 3cde083745
commit 92130c97be

View File

@@ -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)