mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[cmake] Bump version requirement to 3.12.4 for cxx_std_20 availability
This commit is contained in:
parent
a27e231c4d
commit
31649d25b2
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user