Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 25, 2022
1 parent a51a976 commit 038690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ogre-next/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cmake ${CMAKE_ARGS} .. \
-DOGRE_USE_NEW_PROJECT_NAME:BOOL=ON \
..

cmake --build . --config Release
cmake --build . --config Release --parallel ${CPU_COUNT}

if [[ "${CONDA_BUILD_CROSS_COMPILATION:-}" != "1" || "${CROSSCOMPILING_EMULATOR}" != "" ]]; then
ctest --output-on-failure -C Release
Expand Down

0 comments on commit 038690b

Please sign in to comment.