Skip to content

Commit 18e16e0

Browse files
RaymanSteveMacenski
authored andcommitted
Fix arm64 build (#303)
The cmake module was located in another folder.
1 parent 6c9cd9c commit 18e16e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openvdb_vendor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ find_package(ament_cmake REQUIRED)
55
find_package(ament_cmake_vendor_package REQUIRED)
66

77
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")
89
find_package(OpenVDB 10 QUIET)
910

1011
ament_vendor(${PROJECT_NAME}

0 commit comments

Comments
 (0)