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 c6c5913 + 5947e7a commit ca5971aCopy full SHA for ca5971a
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.18.0.tar.gz;URL_MD5;288ec7bb30e209ab5cc2e7f4a209c7ac"
+ "URL;https://github.com/acts-project/vecmem/archive/refs/tags/v1.19.0.tar.gz;URL_MD5;ea817079a9ffd8c858a5933eb8a9cb2e"
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