Skip to content
Snippets Groups Projects
Commit 6c45036b authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

EventContainers: cmake fix

Remove use of undefined ROOT macros.
parent 3defd9f6
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment