Skip to content

Commit

Permalink
Merge branch 'main' into field-argument-in-test
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo authored Dec 4, 2024
2 parents 95d4783 + 614d5a1 commit 35b533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/detray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.83.0.tar.gz;URL_MD5;99542ac2b8b4235678a16f3c4fb25382"
"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.84.0.tar.gz;URL_MD5;81e809ebd9b04b6e06e11bab4eeb830d"
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} )
Expand Down

0 comments on commit 35b533f

Please sign in to comment.