dew.cmake requires CMake 3.12

This commit is contained in:
Jack Andersen 2019-11-29 12:35:54 -10:00
parent e6bb5f32c1
commit acc66e6a0f
1 changed files with 1 additions and 2 deletions

View File

@ -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
# integrate with Dew.
#
cmake_minimum_required(VERSION 3.3)
cmake_policy(SET CMP0057 NEW) # IN_LIST operator
cmake_minimum_required(VERSION 3.12)
function(integrate_dew)
#