We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9cd9c commit 18e16e0Copy full SHA for 18e16e0
openvdb_vendor/CMakeLists.txt
@@ -5,6 +5,7 @@ find_package(ament_cmake REQUIRED)
5
find_package(ament_cmake_vendor_package REQUIRED)
6
7
list(APPEND CMAKE_MODULE_PATH "/usr/lib/x86_64-linux-gnu/cmake/OpenVDB")
8
+list(APPEND CMAKE_MODULE_PATH "/usr/lib/aarch64-linux-gnu/cmake/OpenVDB")
9
find_package(OpenVDB 10 QUIET)
10
11
ament_vendor(${PROJECT_NAME}
0 commit comments