DD4hep_DIR install flag ignored
If env variables are set (e.g. by an LCG view), then this flag is overridden by the environment. The more robust command is the one specified in ACTS docs:
DD4hep_DIR=<path/to/dd4hep> cmake -B <build> -S <source>
If env variables are set (e.g. by an LCG view), then this flag is overridden by the environment. The more robust command is the one specified in ACTS docs:
DD4hep_DIR=<path/to/dd4hep> cmake -B <build> -S <source>