Skip to content
Snippets Groups Projects
Commit 17985925 authored by Christian Engwer's avatar Christian Engwer
Browse files

Merge branch 'feature/fix#25' into 'master'

[dunecontrol] evaluate CMAKE_MODULE_PATH from opts file

Closes #25

See merge request !355
parents 62714041 6bb39b78
Branches
Tags
1 merge request!355[dunecontrol] evaluate CMAKE_MODULE_PATH from opts file
Pipeline #
......@@ -221,6 +221,7 @@ load_opts() {
if test "x$DUNE_OPTS_FILE" != "x"; then
if test "$command" = "configure"; then
CMAKE_FLAGS="$(. $DUNE_OPTS_FILE; eval echo \$CMAKE_FLAGS)"
CMAKE_MODULE_PATH="$(. $DUNE_OPTS_FILE; eval echo \$CMAKE_MODULE_PATH)"
fi
CMD_FLAGS_FROM_FILE="$(eval ${COMMAND}_FLAGS=""; . $DUNE_OPTS_FILE; eval echo \$${COMMAND}_FLAGS)"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment