Skip to content
Snippets Groups Projects
Commit 43abce2c authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

set control path

parent d5712847
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -168,6 +168,8 @@ for module in $MODULES; do
DUNECONTROL=$CMAKE_INSTALL_PREFIX/bin/dunecontrol
fi
export DUNE_CONTROL_PATH=$PWD
# configure, build, and install module
$DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module --debug all
$SUDOCMD $DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module bexec cmake --build . --target install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment