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 8, 2024
1 parent 32e8a7a commit 9b12a45
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 @@ -11,7 +11,7 @@ project(pomerol2triqs VERSION 0.9 LANGUAGES CXX)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)

# Load TRIQS
find_package(TRIQS 3.2...3.3 REQUIRED)
find_package(TRIQS 3.2...<3.4 REQUIRED)

# Append TRIQS installed files to the cmake load path
list(APPEND CMAKE_MODULE_PATH ${TRIQS_ROOT}/share/cmake)
Expand Down

0 comments on commit 9b12a45

Please sign in to comment.