Skip to content
Snippets Groups Projects
Commit 5439c28e authored by Markus Blatt's avatar Markus Blatt
Browse files

Revert "[CMake] dunecontrol calls "cmake -build ." instead of make."

This reverts commit eb045a4d.

As it severly breaks using the make build system. See
https://dune-project.org/flyspray/index.php?do=details&task_id=1572
parent 5569666d
Branches
Tags
No related merge requests found
......@@ -752,8 +752,8 @@ run_default_make () {
echo make "$PARAMS"
eval $MAKE "$PARAMS"
else
echo $CMAKE --build . "$PARAMS"
eval $CMAKE --build . "$PARAMS"
echo make "$PARAMS"
eval $MAKE "$PARAMS"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment