Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
e6e8fa80
Commit
e6e8fa80
authored
4 years ago
by
Edward Moyse
Browse files
Options
Downloads
Patches
Plain Diff
As requested by Reiner, update to tdaq-common-04-02-01 and tdaq-09-02-01
parent
c10728b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Projects/AthDataQuality/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Projects/AthDataQuality/CMakeLists.txt
Projects/Athena/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Projects/Athena/CMakeLists.txt
with
3 additions
and
3 deletions
Projects/AthDataQuality/CMakeLists.txt
+
1
−
1
View file @
e6e8fa80
...
@@ -8,7 +8,7 @@ project( AthDataQuality VERSION ${_version} LANGUAGES CXX )
...
@@ -8,7 +8,7 @@ project( AthDataQuality VERSION ${_version} LANGUAGES CXX )
unset
(
_version
)
unset
(
_version
)
# Set the version of tdaq-common to use for the build:
# Set the version of tdaq-common to use for the build:
set
(
TDAQ-COMMON_VERSION
"04-02-0
0
"
CACHE STRING
set
(
TDAQ-COMMON_VERSION
"04-02-0
1
"
CACHE STRING
"The version of tdaq-common to use for the build"
)
"The version of tdaq-common to use for the build"
)
set
(
TDAQ-COMMON_ATROOT
set
(
TDAQ-COMMON_ATROOT
"$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-
${
TDAQ-COMMON_VERSION
}
"
"$ENV{TDAQ_RELEASE_BASE}/tdaq-common/tdaq-common-
${
TDAQ-COMMON_VERSION
}
"
...
...
This diff is collapsed.
Click to expand it.
Projects/Athena/CMakeLists.txt
+
2
−
2
View file @
e6e8fa80
...
@@ -31,9 +31,9 @@ if( LCG_NIGHTLY )
...
@@ -31,9 +31,9 @@ if( LCG_NIGHTLY )
set
(
TDAQ_VERSION
"99-00-00"
CACHE STRING
set
(
TDAQ_VERSION
"99-00-00"
CACHE STRING
"The version of tdaq to use for the build"
)
"The version of tdaq to use for the build"
)
else
()
else
()
set
(
TDAQ-COMMON_VERSION
"04-02-0
0
"
CACHE STRING
set
(
TDAQ-COMMON_VERSION
"04-02-0
1
"
CACHE STRING
"The version of tdaq-common to use for the build"
)
"The version of tdaq-common to use for the build"
)
set
(
TDAQ_VERSION
"09-02-0
0
"
CACHE STRING
set
(
TDAQ_VERSION
"09-02-0
1
"
CACHE STRING
"The version of tdaq to use for the build"
)
"The version of tdaq to use for the build"
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment