mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[cmake] Bump version requirement to 3.3.2, set CMP0057
This commit is contained in:
parent
d9f8e1e0bf
commit
984a89e569
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user