From 4cd8f6af099b05dff35a1fb6a0d7709b2083f89b Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Wed, 22 Mar 2017 15:39:36 +0100 Subject: [PATCH] Added the names of all the currently known projects to the configuration. So that the same code could possibly be cherry-picked back into 21.0 without having to set up a separate MR for that. Former-commit-id: 61b9dbe4c4d78e6ed386f055930b35aae041632c --- Projects/WorkDir/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/WorkDir/CMakeLists.txt b/Projects/WorkDir/CMakeLists.txt index 3c10ab318c9..d6872700008 100644 --- a/Projects/WorkDir/CMakeLists.txt +++ b/Projects/WorkDir/CMakeLists.txt @@ -14,7 +14,8 @@ find_package( AtlasCMake QUIET ) # Try to figure out what project is our parent. Just using a hard-coded list # of possible project names. Basically the names of all the other # sub-directories inside the Projects/ directory in the repository. -set( _parentProjectNames Athena AnalysisBase ) +set( _parentProjectNames Athena AthenaP1 AnalysisBase AthAnalysisBase + AthSimulation ) set( _defaultParentProject Athena ) set( _defaultUseFortran TRUE ) foreach( _pp ${_parentProjectNames} ) -- GitLab