From a437e51f3edf51b970f4257ce9026b3e5147c2d5 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <attila.krasznahorkay@cern.ch> Date: Thu, 11 May 2017 12:30:17 +0000 Subject: [PATCH] Merge branch 'AddAthDerivationToWorkDir' into '21.2' Add ability to compile against AthDerivation builds See merge request !1573 --- Projects/WorkDir/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/WorkDir/CMakeLists.txt b/Projects/WorkDir/CMakeLists.txt index d6872700008..8bcccf4ec5a 100644 --- a/Projects/WorkDir/CMakeLists.txt +++ b/Projects/WorkDir/CMakeLists.txt @@ -15,7 +15,7 @@ find_package( AtlasCMake QUIET ) # of possible project names. Basically the names of all the other # sub-directories inside the Projects/ directory in the repository. set( _parentProjectNames Athena AthenaP1 AnalysisBase AthAnalysisBase - AthSimulation ) + AthSimulation AthDerivation ) set( _defaultParentProject Athena ) set( _defaultUseFortran TRUE ) foreach( _pp ${_parentProjectNames} ) -- GitLab