Skip to content

Commit f089d52

Browse files
committed
Update detray to v0.100.0
This commit updates detray to version 0.100.0 which should significantly improve performance.
1 parent 0444ba3 commit f089d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/detray/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ message( STATUS "Building Detray as part of the TRACCC project" )
1313

1414
# Declare where to get Detray from.
1515
set( TRACCC_DETRAY_SOURCE
16-
"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.99.0.tar.gz;URL_MD5;ee3bf6a61e923d364ee5111f237f1fe2"
16+
"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.100.0.tar.gz;URL_MD5;2dbc0011db5aedb9f501891caefc33a8"
1717
CACHE STRING "Source for Detray, when built as part of this project" )
1818
mark_as_advanced( TRACCC_DETRAY_SOURCE )
1919
FetchContent_Declare( Detray SYSTEM ${TRACCC_DETRAY_SOURCE} )

0 commit comments

Comments
 (0)