Skip to content
Snippets Groups Projects
Commit 9b50ee89 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Fix install dir

parent 183444d4
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -47,7 +47,7 @@ mkdir $BUILD_PATH && cd $BUILD_PATH
echo "cmake $CMAKE_FLAGS $SOURCEDIR"
eval cmake $CMAKE_FLAGS $SOURCEDIR
cmake --build $BUILDDIR --target install
rm -rf $BUILDDIR
cmake --build $BUILD_PATH --target install
rm -rf $BUILD_PATH
trap cleanup EXIT
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