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

Fixing wrong report in case of fail

parent a77a8208
No related branches found
No related tags found
No related merge requests found
......@@ -527,6 +527,7 @@ cd build
## remove enerything
echo "Calling cmake ../. $conf_options"
rm ../error_code
cmake ../. $conf_options
if [ $? != 0 ]; then
#ok something went wrong the install script analyze the return code to potentially fix the problem automatically
......
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