Skip to content

Commit

Permalink
Update assimp vendor to 5.3.1 (#1182)
Browse files Browse the repository at this point in the history
This matches what is in Ubuntu 24.04.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Apr 8, 2024
1 parent b855ac6 commit 8b95db4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
3 changes: 1 addition & 2 deletions rviz_assimp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ endif()
ament_vendor(assimp_vendor
SATISFIED ${assimp_FOUND}
VCS_URL https://github.com/assimp/assimp.git
VCS_VERSION v5.2.2
VCS_VERSION v5.3.1
CMAKE_ARGS
-DASSIMP_BUILD_ASSIMP_TOOLS:BOOL=OFF
-DASSIMP_BUILD_TESTS:BOOL=OFF
-DASSIMP_BUILD_SAMPLES:BOOL=OFF
"${ASSIMP_CMAKE_FLAGS}"
"-DCMAKE_CXX_FLAGS=${ASSIMP_CXX_FLAGS}"
PATCHES patches
)

if(BUILD_TESTING)
Expand Down
4 changes: 0 additions & 4 deletions rviz_assimp_vendor/patches/.gitattributes

This file was deleted.

20 changes: 0 additions & 20 deletions rviz_assimp_vendor/patches/0001-use-system-minizip.patch

This file was deleted.

0 comments on commit 8b95db4

Please sign in to comment.