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 6cff356 + 0980141 commit b1557b1Copy full SHA for b1557b1
extern/acts/CMakeLists.txt
@@ -12,10 +12,8 @@ include( FetchContent )
12
message( STATUS "Building Acts as part of the TRACCC project" )
13
14
# Declare where to get Acts from.
15
-# HACK: Go back to using a real Acts release when a version after
16
-# v43.3.0 is released that incorporates Acts#4659
17
set( TRACCC_ACTS_SOURCE
18
- "GIT_REPOSITORY;https://github.com/acts-project/acts.git;GIT_TAG;dfa5b4fd97d1cf9674f3c580e5fc4cd7f0c4103f"
+ "URL;https://github.com/acts-project/acts/archive/refs/tags/v44.0.1.tar.gz;URL_MD5;3c1b1073d5c0e535def2661c81efa1e6"
19
CACHE STRING "Source for Acts, when built as part of this project" )
20
mark_as_advanced( TRACCC_ACTS_SOURCE )
21
FetchContent_Declare( Acts SYSTEM ${TRACCC_ACTS_SOURCE} )
0 commit comments