Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit a61bc77

Browse files
authored
Merge pull request #34 from LLNL/sbromberger/fix-metall-version
Update CMakeLists.txt to fix build failure
2 parents 43bfc2a + d521ed0 commit a61bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (NOT Metall_FOUND)
6767
set(METALL_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/metall-install)
6868
FetchContent_Declare(Metall
6969
GIT_REPOSITORY https://github.com/LLNL/metall.git
70-
GIT_TAG master
70+
GIT_TAG v0.26
7171
)
7272
# SOURCE_DIR ${METALL_SOURCE_DIR}
7373
# BINARY_DIR ${METALL_BUILD_DIR}

0 commit comments

Comments
 (0)