Skip to content

Commit

Permalink
Merge pull request #34 from LLNL/sbromberger/fix-metall-version
Browse files Browse the repository at this point in the history
Update CMakeLists.txt to fix build failure
  • Loading branch information
rogerpearce authored Sep 11, 2024
2 parents 43bfc2a + d521ed0 commit a61bc77
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 a61bc77

Please sign in to comment.