Skip to content

Commit

Permalink
Do not silence the compilation of assimp
Browse files Browse the repository at this point in the history
assimp does take some time to build, so it can be good to see its
progress. This is actually needed for the Travis builds on macOS as
building assimp takes almost 20 minutes on its own, triggering an
automatic timeout of the job after 10 minutes without any output.
  • Loading branch information
pierremoreau committed Aug 24, 2020
1 parent d06a41b commit 888bf85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMake/InstallAssimp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ if (NOT assimp_FOUND)
COMMAND ${CMAKE_COMMAND} --build ${assimp_BINARY_DIR}
--config Release
--target install
OUTPUT_VARIABLE stdout
ERROR_VARIABLE stderr
RESULT_VARIABLE result
)
if (result)
Expand Down

0 comments on commit 888bf85

Please sign in to comment.