Skip to content
Snippets Groups Projects
Commit 266aa3e0 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

disabled verbose builds

parent bb6465d4
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -22,7 +22,7 @@ INSTALL_DIR="$2" ...@@ -22,7 +22,7 @@ INSTALL_DIR="$2"
mkdir -p $BUILD_DIR mkdir -p $BUILD_DIR
cd $BUILD_DIR cd $BUILD_DIR
CC="$3" CXX="$4" FC="$5" cmake -DCMAKE_BUILD_TYPE=Release -DHYSOP_INSTALL=$INSTALL_DIR $ROOT_DIR CC="$3" CXX="$4" FC="$5" cmake -DCMAKE_BUILD_TYPE=Release -DVERBOSE=OFF -DHYSOP_INSTALL=$INSTALL_DIR $ROOT_DIR
if [ ! -f Makefile ]; then if [ ! -f Makefile ]; then
echo "The makefile has not been generated." echo "The makefile has not been generated."
......
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