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.
1 parent 269704d commit 343c2c8Copy full SHA for 343c2c8
extern/acts/CMakeLists.txt
@@ -13,7 +13,7 @@ message( STATUS "Building Acts as part of the TRACCC project" )
13
14
# Declare where to get Acts from.
15
set( TRACCC_ACTS_SOURCE
16
- "URL;https://github.com/krasznaa/acts/archive/refs/tags/v37.3.1.tar.gz;URL_MD5;1c1883e5ef3b7ca3fadda3a45cf6315b"
+ "URL;https://github.com/acts-project/acts/archive/refs/tags/v38.2.0.tar.gz;URL_MD5;c70e730ec5a5b01d1824095631365925"
17
CACHE STRING "Source for Acts, when built as part of this project" )
18
mark_as_advanced( TRACCC_ACTS_SOURCE )
19
FetchContent_Declare( Acts SYSTEM ${TRACCC_ACTS_SOURCE} )
0 commit comments