mirror of
https://github.com/AxioDL/CodeGen.git
synced 2026-07-11 06:18:36 -07:00
CMP0077 is not available until CMake 3.13
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user