CMP0077 is not available until CMake 3.13

This commit is contained in:
Jack Andersen
2019-06-11 17:18:49 -10:00
parent 30ba348bfd
commit c29e383570
+3 -1
View File
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.12)
include(CMakePackageConfigHelpers)
cmake_policy(SET CMP0077 NEW)
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
project(codegen VERSION 0.1.0)