Skip to content

Commit

Permalink
Bump required triqs version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Oct 3, 2023
1 parent b8cca2e commit 40911ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40911ee

Please sign in to comment.