3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[cmake] Bump required TRIQS Version to 3.1

This commit is contained in:
Nils Wentzell 2021-09-17 15:27:58 -04:00
parent 0725799054
commit 35fc17f807

View File

@ -32,7 +32,7 @@ get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# ############
# Load TRIQS and CPP2PY
find_package(TRIQS 3.0 REQUIRED)
find_package(TRIQS 3.1 REQUIRED)
# Get the git hash & print status
triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH)