Skip to content

Commit

Permalink
Use ninja also on the host build of gazebomsgs_out
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 5, 2022
1 parent fb3f589 commit 4f743b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [[ "$CONDA_BUILD_CROSS_COMPILATION" == 1 ]]; then
unset CXXFLAGS

cmake .. \
-G "Ninja" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$BUILD_PREFIX -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \
-DCMAKE_INSTALL_LIBDIR=lib \
Expand Down

0 comments on commit 4f743b5

Please sign in to comment.