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 f59431e + 00f0279 commit 36dac6fCopy full SHA for 36dac6f
extern/covfie/CMakeLists.txt
@@ -13,7 +13,7 @@ message( STATUS "Fetching covfie as part of the traccc project" )
13
14
# Declare where to get covfie from.
15
set( TRACCC_COVFIE_SOURCE
16
- "URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.15.1.tar.gz;URL_MD5;aa54f7e7e1a83edd02660e2778d29109"
+ "URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.15.2.tar.gz;URL_MD5;f17d9365abed550845e8b6b3708d39fb"
17
CACHE STRING "Source for covfie, when built as part of this project" )
18
mark_as_advanced( TRACCC_COVFIE_SOURCE )
19
FetchContent_Declare( covfie SYSTEM ${TRACCC_COVFIE_SOURCE} )
0 commit comments