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
6c45036b
Commit
6c45036b
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
EventContainers: cmake fix
Remove use of undefined ROOT macros.
parent
3defd9f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Event/EventContainers/CMakeLists.txt
+2
-3
2 additions, 3 deletions
Event/EventContainers/CMakeLists.txt
with
2 additions
and
3 deletions
Event/EventContainers/CMakeLists.txt
+
2
−
3
View file @
6c45036b
...
@@ -23,8 +23,7 @@ atlas_add_library( EventContainers
...
@@ -23,8 +23,7 @@ atlas_add_library( EventContainers
atlas_add_dictionary
(
EventContainersDict
atlas_add_dictionary
(
EventContainersDict
EventContainers/EventContainersDict.h
EventContainers/EventContainersDict.h
EventContainers/selection.xml
EventContainers/selection.xml
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES EventContainers
)
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
EventContainers
)
atlas_add_test
(
IdCont SOURCES test/ID_ContainerTest.cxx
atlas_add_test
(
IdCont SOURCES test/ID_ContainerTest.cxx
...
@@ -50,4 +49,4 @@ atlas_add_test( IDBenchTest SOURCES test/IDC_Benchmark.cxx
...
@@ -50,4 +49,4 @@ atlas_add_test( IDBenchTest SOURCES test/IDC_Benchmark.cxx
INCLUDE_DIRS src test EventContainers
INCLUDE_DIRS src test EventContainers
LINK_LIBRARIES Identifier AthenaKernel GaudiKernel EventContainers
LINK_LIBRARIES Identifier AthenaKernel GaudiKernel EventContainers
LOG_IGNORE_PATTERN
"time"
LOG_IGNORE_PATTERN
"time"
)
)
\ No newline at end of file
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