Do not produce an error message if "build" directory is already there.

This commit is contained in:
Sébastien Rombauts 2013-11-01 11:55:34 +01:00
parent 4b96240012
commit bc1275a32c

View File

@ -3,7 +3,7 @@
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
# or copy at http://opensource.org/licenses/MIT)
mkdir build
mkdir -p build
cd build
# generate solution for GCC
cmake ..