We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0444ba3 + f089d52 commit f59431eCopy full SHA for f59431e
extern/detray/CMakeLists.txt
@@ -13,7 +13,7 @@ message( STATUS "Building Detray as part of the TRACCC project" )
13
14
# Declare where to get Detray from.
15
set( TRACCC_DETRAY_SOURCE
16
- "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.99.0.tar.gz;URL_MD5;ee3bf6a61e923d364ee5111f237f1fe2"
+ "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.100.0.tar.gz;URL_MD5;2dbc0011db5aedb9f501891caefc33a8"
17
CACHE STRING "Source for Detray, when built as part of this project" )
18
mark_as_advanced( TRACCC_DETRAY_SOURCE )
19
FetchContent_Declare( Detray SYSTEM ${TRACCC_DETRAY_SOURCE} )
0 commit comments