Skip to content

Commit 44c38f8

Browse files
authored
Update ACTS to v38.2.0 (acts-project#813)
This updates the ACTS external to version 38.2.0 and also starts following the official release again, rather than our own fork.
2 parents 269704d + 343c2c8 commit 44c38f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/acts/CMakeLists.txt

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

1414
# Declare where to get Acts from.
1515
set( TRACCC_ACTS_SOURCE
16-
"URL;https://github.com/krasznaa/acts/archive/refs/tags/v37.3.1.tar.gz;URL_MD5;1c1883e5ef3b7ca3fadda3a45cf6315b"
16+
"URL;https://github.com/acts-project/acts/archive/refs/tags/v38.2.0.tar.gz;URL_MD5;c70e730ec5a5b01d1824095631365925"
1717
CACHE STRING "Source for Acts, when built as part of this project" )
1818
mark_as_advanced( TRACCC_ACTS_SOURCE )
1919
FetchContent_Declare( Acts SYSTEM ${TRACCC_ACTS_SOURCE} )

0 commit comments

Comments
 (0)