Skip to content

Capture all provided directory paths in config logger

Christian Gutschow requested to merge config_logger_patch into master

Description

For some reason the HepMC3_DIR variable is not of "unspecified" type when it's provided on the command line by the user, when other variables (e.g. Rivet/OpenLoops/LHAPDF) are. This change set should capture it nevertheless.

Test Plan

Tested locally

Example Result

before: -DHepMC3_DIR="path/to/HepMC3/cmake" missing from config.log

after -DHepMC3_DIR="path/to/HepMC3/cmake" not missing from config.log

Additional Checklist Items

  • I have updated documentation as needed
  • I considered if this should be cherry-picked/ported somewhere else (rel-2-x or master), and if yes, opened a corresponding issue or MR
Edited by Christian Gutschow

Merge request reports