Skip to content

[dunecontrol] evaluate CMAKE_MODULE_PATH from opts file

Christian Engwer requested to merge feature/fix#25 into master

up to now a CMAKE_MODULE_PATH environment variable was properly considered and appended to the cmake parameters. This did not work for an environment variable specified in the opts file. This patch makes the behaviour consistent between shell environment and opts file variables.

(fixes #25 (closed))

Merge request reports