3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[cmake] Bump version requirement to 3.3.2, set CMP0057

This commit is contained in:
Nils Wentzell 2020-04-28 16:34:00 -04:00
parent d9f8e1e0bf
commit 984a89e569

View File

@ -19,7 +19,8 @@
#
# ##############################################################################
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.3.2 FATAL_ERROR)
cmake_policy(SET CMP0057 NEW)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()