mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Build: Remove temporarily lowered cmake version requirement for circle-ci
This commit is contained in:
@@ -8,11 +8,7 @@
|
|||||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
if(WIN32)
|
cmake_minimum_required(VERSION 3.24)
|
||||||
cmake_minimum_required(VERSION 3.24) # required for querying windows registry with cmake_host_system_information
|
|
||||||
else()
|
|
||||||
cmake_minimum_required(VERSION 3.22)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# add this options before PROJECT keyword
|
# add this options before PROJECT keyword
|
||||||
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user