From 40911eed90cc350f87632f91b973ffc4cf0e2678 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 3 Oct 2023 15:11:43 -0400 Subject: [PATCH] Bump required triqs version to 3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7305a87..088a54f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ message(STATUS "${PROJECT_NAME} Git hash: ${PROJECT_GIT_HASH}") # Load TRIQS option(TRIQS_Support "TRIQS Support" ON) if(TRIQS_Support) - find_package(TRIQS 3.1 REQUIRED) + find_package(TRIQS 3.2 REQUIRED) message(STATUS "Compiling with TRIQS Support") # Enforce Consistent Versioning