mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
dew.cmake requires CMake 3.12
This commit is contained in:
@@ -7,8 +7,7 @@
|
|||||||
# It is encouraged to check this file into your project's VCS. Doing so will allow your cmake project to easily
|
# It is encouraged to check this file into your project's VCS. Doing so will allow your cmake project to easily
|
||||||
# integrate with Dew.
|
# integrate with Dew.
|
||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
cmake_policy(SET CMP0057 NEW) # IN_LIST operator
|
|
||||||
|
|
||||||
function(integrate_dew)
|
function(integrate_dew)
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user