mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Build: Require CMake 3.2
* This is below current package version of debian stretch stable CMake on which we orientate at. * Required for CMake target features
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
# We require CMake >= 3.0
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
# We require CMake >= 3.2
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
# add this options before PROJECT keyword
|
||||
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
||||
|
||||
Reference in New Issue
Block a user