Skip to content

Commit

Permalink
[cmake] Fix detection of TRIQS version
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Sep 7, 2024
1 parent 47cd84e commit 75fca8e
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 @@ -37,7 +37,7 @@ get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# ############
# Load TRIQS
set(REQUIRED_TRIQS_VERSION_MIN 3.2)
set(REQUIRED_TRIQS_VERSION_MAX 3.3)
set(REQUIRED_TRIQS_VERSION_MAX <3.4)
find_package(TRIQS
${REQUIRED_TRIQS_VERSION_MIN}...${REQUIRED_TRIQS_VERSION_MAX}
REQUIRED)
Expand Down

0 comments on commit 75fca8e

Please sign in to comment.