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 b80f811 + 3006d94 commit ba4078eCopy full SHA for ba4078e
extern/vecmem/CMakeLists.txt
@@ -13,7 +13,7 @@ message( STATUS "Building VecMem as part of the TRACCC project" )
13
14
# Declare where to get VecMem from.
15
set( TRACCC_VECMEM_SOURCE
16
- "URL;https://github.com/acts-project/vecmem/archive/refs/tags/v1.20.0.tar.gz;URL_MD5;3fd8f4608956bf6e51b47a9f0f7f83a1"
+ "URL;https://github.com/acts-project/vecmem/archive/refs/tags/v1.21.0.tar.gz;URL_MD5;4a02195eef26491b9b196d1945c1c594"
17
CACHE STRING "Source for VecMem, when built as part of this project" )
18
mark_as_advanced( TRACCC_VECMEM_SOURCE )
19
FetchContent_Declare( VecMem SYSTEM ${TRACCC_VECMEM_SOURCE} )
0 commit comments