Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
atlasexternals
Commits
9da9584c
Commit
9da9584c
authored
Jun 28, 2021
by
Attila Krasznahorkay
Browse files
Merge branch 'Acts9.1' into 'master'
Acts v9.1.0 See merge request
!847
parents
19952df9
b8e96e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
External/Acts/CMakeLists.txt
View file @
9da9584c
...
...
@@ -42,7 +42,7 @@ endif()
# Set the repository and tag to be used through cache variables.
set
(
ATLAS_ACTS_REPOSITORY
"https://github.com/acts-project/acts.git"
CACHE STRING
"Repository to fetch Acts from"
)
set
(
ATLAS_ACTS_TAG
"v
8
.1.0"
set
(
ATLAS_ACTS_TAG
"v
9
.1.0"
CACHE STRING
"Git tag to use for the Acts build"
)
# Decide whether / how to patch the Acts sources.
...
...
@@ -75,7 +75,7 @@ ExternalProject_Add_Step( Acts cleansource
# Need to modify the printout here when the Acts version is updated, and we want
# to ensure a clean build.
ExternalProject_Add_Step
(
Acts forcedownload
COMMAND
${
CMAKE_COMMAND
}
-E echo
"Forcing the re-download of Acts (28.0
4
.2021)"
COMMAND
${
CMAKE_COMMAND
}
-E echo
"Forcing the re-download of Acts (28.0
6
.2021)"
DEPENDERS cleansource
)
ExternalProject_Add_Step
(
Acts purgeBuild
COMMAND
${
CMAKE_COMMAND
}
-E remove_directory
"<BINARY_DIR>"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment