dew.cmake requires CMake 3.12
This commit is contained in:
parent
e6bb5f32c1
commit
acc66e6a0f
|
@ -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)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue