Skip to content

Commit 36dac6f

Browse files
authored
Merge pull request #1059 from stephenswat/build/covfie_0_15_2
Update covfie to v0.15.2
2 parents f59431e + 00f0279 commit 36dac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/covfie/CMakeLists.txt

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

1414
# Declare where to get covfie from.
1515
set( TRACCC_COVFIE_SOURCE
16-
"URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.15.1.tar.gz;URL_MD5;aa54f7e7e1a83edd02660e2778d29109"
16+
"URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.15.2.tar.gz;URL_MD5;f17d9365abed550845e8b6b3708d39fb"
1717
CACHE STRING "Source for covfie, when built as part of this project" )
1818
mark_as_advanced( TRACCC_COVFIE_SOURCE )
1919
FetchContent_Declare( covfie SYSTEM ${TRACCC_COVFIE_SOURCE} )

0 commit comments

Comments
 (0)