[cmake] Set policy CMP0144 to new

This commit is contained in:
Nils Wentzell 2023-12-06 16:47:17 -05:00
parent 1a7a9af4e7
commit e3b947aee8
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_policy(VERSION 3.20)
if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()
# ############
# Define Project