Skip to content
Snippets Groups Projects
Commit dc82f144 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[dunecontrol]

Change default build dir from cmake-build to build-cmake to facilitate tab completion.

[[Imported from SVN: r6951]]
parent e5865ec1
Branches
Tags
No related merge requests found
......@@ -718,8 +718,8 @@ while test $# -gt 0; do
done
if test "x$USE_CMAKE" = "xyes" && test -z "$DUNE_BUILDDIR"; then
echo "No build directory provided. Defaulting to the sub directory cmake-build"
export DUNE_BUILDDIR=cmake-build
echo "No build directory provided. Defaulting to the sub directory build-cmake"
export DUNE_BUILDDIR=build-cmake
fi
echo "USE_CMAKE=$USE_CMAKE DUNE_BUILDDIR=$DUNE_BUILDDIR"
# we assume there should be a command...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment