Skip to content

Commit

Permalink
Accept any h2 version (#2444)
Browse files Browse the repository at this point in the history
Alternatively we could bump this to 0.4.0, check for either 0.3.0 or
0.4.0, or do an extra explicit check for version >= 0.3.0 outside of
the find_package syntax.
  • Loading branch information
benson31 committed May 6, 2024
1 parent 7c6743f commit 3dd7b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -243,7 +243,7 @@ endif ()

# DiHydrogen and Distconv
if (LBANN_WITH_DISTCONV)
find_package(DiHydrogen 0.3.0 CONFIG REQUIRED COMPONENTS Meta Patterns DistConv)
find_package(DiHydrogen CONFIG REQUIRED COMPONENTS Meta Patterns DistConv)
set(LBANN_HAS_DISTCONV TRUE)
set(LBANN_H2_LIBS
H2::H2Meta
Expand Down

0 comments on commit 3dd7b01

Please sign in to comment.