From e32c075666b59942cf05c54562a9218db5a4878b Mon Sep 17 00:00:00 2001 From: beomki-yeo <63090140+beomki-yeo@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:31:55 +0100 Subject: [PATCH] Update detray to v0.86.0 (#803) --- extern/detray/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/detray/CMakeLists.txt b/extern/detray/CMakeLists.txt index e01a0aaa9..4ed2c1f5d 100644 --- a/extern/detray/CMakeLists.txt +++ b/extern/detray/CMakeLists.txt @@ -13,7 +13,7 @@ message( STATUS "Building Detray as part of the TRACCC project" ) # Declare where to get Detray from. set( TRACCC_DETRAY_SOURCE -"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.85.0.tar.gz;URL_MD5;983de0f04feac425bbc5893f7f5a0339" +"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.86.0.tar.gz;URL_MD5;675cab4911f1769c6efd7ac38ce73c7c" CACHE STRING "Source for Detray, when built as part of this project" ) mark_as_advanced( TRACCC_DETRAY_SOURCE ) FetchContent_Declare( Detray SYSTEM ${TRACCC_DETRAY_SOURCE} )