Removed unused argument from CMake install command in build script

This commit is contained in:
Nav
2021-07-04 01:15:52 +01:00
parent 15bc6c120b
commit ff5edd68b4

2
build/scripts/CleanBuild.sh Normal file → Executable file
View File

@@ -14,4 +14,4 @@ cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CO
cd /home/nav/Projects/Bloom/ && cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target clean cd /home/nav/Projects/Bloom/ && cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target clean
cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom cmake --build /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom
cmake --install /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom cmake --install /home/nav/Projects/Bloom/build/cmake-build-release