Skip to content

Commit

Permalink
Update CMakeLists.txt to fix build failure
Browse files Browse the repository at this point in the history
Fix metall version to v0.26 so that build succeeds.
  • Loading branch information
sbromberger authored Sep 11, 2024
1 parent 43bfc2a commit d521ed0
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 @@ -67,7 +67,7 @@ if (NOT Metall_FOUND)
set(METALL_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/metall-install)
FetchContent_Declare(Metall
GIT_REPOSITORY https://github.com/LLNL/metall.git
GIT_TAG master
GIT_TAG v0.26
)
# SOURCE_DIR ${METALL_SOURCE_DIR}
# BINARY_DIR ${METALL_BUILD_DIR}
Expand Down

0 comments on commit d521ed0

Please sign in to comment.