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

RootCollection: cmake fix

Put positional parameters first.
parent 84f9d4db
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ atlas_add_library( RootCollection ...@@ -24,8 +24,8 @@ atlas_add_library( RootCollection
FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils ) FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils )
atlas_add_library( RootCollectionComponents atlas_add_library( RootCollectionComponents
NO_PUBLIC_HEADERS
src/components/*.cpp src/components/*.cpp
NO_PUBLIC_HEADERS
LINK_LIBRARIES CollectionBase RootCollection ) LINK_LIBRARIES CollectionBase RootCollection )
atlas_add_test( read_test atlas_add_test( read_test
......
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