Skip to content

Commit

Permalink
Don't treat warnings as errors when building Assimp (#1174)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored Apr 23, 2024
1 parent a26b3c5 commit f7c2405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rviz_assimp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ament_vendor(assimp_vendor
-DASSIMP_BUILD_ASSIMP_TOOLS:BOOL=OFF
-DASSIMP_BUILD_TESTS:BOOL=OFF
-DASSIMP_BUILD_SAMPLES:BOOL=OFF
-DASSIMP_WARNINGS_AS_ERRORS:BOOL=OFF
"${ASSIMP_CMAKE_FLAGS}"
"-DCMAKE_CXX_FLAGS=${ASSIMP_CXX_FLAGS}"
)
Expand Down

0 comments on commit f7c2405

Please sign in to comment.