From 057f7ad7b086781258e5f09473cfd3e05df77792 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Thu, 3 Sep 2020 21:13:16 -0400 Subject: [PATCH] RootCollection: cmake fix Put positional parameters first. --- Database/APR/RootCollection/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/APR/RootCollection/CMakeLists.txt b/Database/APR/RootCollection/CMakeLists.txt index 86c23f101f15..ac58b3fca44f 100644 --- a/Database/APR/RootCollection/CMakeLists.txt +++ b/Database/APR/RootCollection/CMakeLists.txt @@ -24,8 +24,8 @@ atlas_add_library( RootCollection FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils ) atlas_add_library( RootCollectionComponents - NO_PUBLIC_HEADERS src/components/*.cpp + NO_PUBLIC_HEADERS LINK_LIBRARIES CollectionBase RootCollection ) atlas_add_test( read_test -- GitLab