Skip to content
Snippets Groups Projects
Commit 26b708de authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed useless tail of the install script

parent 0a61461c
No related branches found
No related tags found
No related merge requests found
......@@ -93,15 +93,3 @@ then
echo "export PATH"
echo "export LD_LIBRARY_PATH"
fi
if test ${BUILD_RELEASE} = "yes";
then
BUILD_PREFIX="Release"
fi
if test ${BUILD_DEBUG} = "yes";
then
BUILD_PREFIX="Debug"
fi
exit 0
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