Skip to content

atlas_install_generic(...) Post-Install Command Dependency Fix, master branch (2020.05.08.)

Updated atlas_install_generic(...) to set up dependencies for the post-install command by absolute file/directory name. This is to avoid problems with "problematic" file/directory names like test.

The issue with this was discovered in athena!32697 (merged), with https://gitlab.cern.ch/atlas/athena/-/tree/master/Trigger/TriggerCommon/TriggerMenu having a python sub-directory named test.

Pinging @fwinkl. (I tried to do it in a more compact way, by using a generator expression for putting the ${CMAKE_CURRENT_SOURCE_DIR} prefix on all of the file/directory names, but couldn't make that work. So just went with the trivial approach instead...)

P.S. The problem was brought in by !674 (merged).

Merge request reports