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:
parent
1a7a9af4e7
commit
e3b947aee8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user