Skip to content

Commit b1557b1

Browse files
authored
Update ACTS to version 44.0.1 (#1169)
This commit updates the ACTS version used in a FetchContent build to version 44.0.1, and removes the use of a temporary tag.
2 parents 6cff356 + 0980141 commit b1557b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extern/acts/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ include( FetchContent )
1212
message( STATUS "Building Acts as part of the TRACCC project" )
1313

1414
# 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
1715
set( TRACCC_ACTS_SOURCE
18-
"GIT_REPOSITORY;https://github.com/acts-project/acts.git;GIT_TAG;dfa5b4fd97d1cf9674f3c580e5fc4cd7f0c4103f"
16+
"URL;https://github.com/acts-project/acts/archive/refs/tags/v44.0.1.tar.gz;URL_MD5;3c1b1073d5c0e535def2661c81efa1e6"
1917
CACHE STRING "Source for Acts, when built as part of this project" )
2018
mark_as_advanced( TRACCC_ACTS_SOURCE )
2119
FetchContent_Declare( Acts SYSTEM ${TRACCC_ACTS_SOURCE} )

0 commit comments

Comments
 (0)