3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-23 12:55:17 +01:00

[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

View File

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