Skip to content
Snippets Groups Projects
Commit 4cd8f6af authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

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: 61b9dbe4
......@@ -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} )
......
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