From d521ed05d4650765e462ee7e63c5fc5c41fb576e Mon Sep 17 00:00:00 2001 From: Seth Bromberger Date: Wed, 11 Sep 2024 12:06:03 -0700 Subject: [PATCH] Update CMakeLists.txt to fix build failure Fix metall version to v0.26 so that build succeeds. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f1feb7..ee11a54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}