Skip to content

Commit

Permalink
Updated build script to use G++10 on virtual build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed Jun 23, 2021
1 parent d303a23 commit 15ad890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/CleanBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rm -fr "_CPack_Packages";

export CMAKE_PREFIX_PATH=/opt/Qt/5.12.10/gcc_64/

cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/g++-9 ../../
cd build/cmake-build-release/ && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/local/install/bin/g++ ../../
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 --install /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom
cmake --install /home/nav/Projects/Bloom/build/cmake-build-release --target Bloom

0 comments on commit 15ad890

Please sign in to comment.