Skip to content

Commit

Permalink
Update the vendored package path. (#1184)
Browse files Browse the repository at this point in the history
Since we just updated to assimp 5.3, we also need to
update the path we look for it.

This should fix the build with clang which is currently
failing.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Apr 11, 2024
1 parent 4bea9a4 commit 192a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rviz_assimp_vendor/rviz_assimp_vendor-extras.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(ON 1)
# We always add the local Modules directory to the modules path, so if a vendored package was
# built, it is used. If it was not built, find_package() will fall back to attempting to find the
# system package.
set(assimp_DIR "${@PROJECT_NAME@_DIR}/../../../opt/rviz_assimp_vendor/lib/cmake/assimp-5.2")
set(assimp_DIR "${@PROJECT_NAME@_DIR}/../../../opt/rviz_assimp_vendor/lib/cmake/assimp-5.3")
message(STATUS "Setting assimp_DIR to: '${assimp_DIR}'")

find_package(assimp REQUIRED QUIET)
Expand Down

0 comments on commit 192a20e

Please sign in to comment.