Skip to content
Snippets Groups Projects
Commit 91088936 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing the compilation script

parent 3ad2d094
No related branches found
No related tags found
No related merge requests found
Pipeline #910 failed
......@@ -526,7 +526,7 @@ Try \`$0 --help' for more information"
done
if [ x"$debug_mode" != x"1" ]; then
conf_options+="$conf_options -DCMAKE_BUILD_TYPE=Release"
conf_options = "$conf_options -DCMAKE_BUILD_TYPE=Release"
fi
cd build
......
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