AtlasCMake: improve detection of non-existent files for install commands
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:57:48
| Stage: build | No artifacts found |
If the following matches no files, we currently print an error:
atlas_install_joboptions( share/*.py )
However, no error is printed for the following cases
atlas_install_joboptions( share/*.py share/*.txt)
atlas_install_joboptions( share/*.py share/foo.txt)
atlas_install_joboptions( share/foo.py share/foo.txt)
if at least one element in the list returns a valid file.
Improve the check by requiring that each element in the list is a valid entry. No noticeable impact on the configure time of Athena
.
I think @ssnyder may like this one...
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:57:48
| Stage: build |
Download artifacts
No artifacts found |