3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 08:30:35 +02:00

[cmake] Bump version requirement to 3.12.4 for cxx_std_20 availability

This commit is contained in:
Nils Wentzell 2021-06-07 14:11:19 -04:00
parent a27e231c4d
commit 31649d25b2

View File

@ -19,11 +19,8 @@
# #
# ############################################################################## # ##############################################################################
cmake_minimum_required(VERSION 3.9.6 FATAL_ERROR) cmake_minimum_required(VERSION 3.12.4 FATAL_ERROR)
cmake_policy(VERSION 3.9.6) cmake_policy(VERSION 3.12.4)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
if(POLICY CMP0077) if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW) cmake_policy(SET CMP0077 NEW)
endif() endif()