Skip to content

Commit

Permalink
Change Linking to DRACO_LIBRARIES as it was changes in draco (backport
Browse files Browse the repository at this point in the history
…#57) (#58)

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: Bo Chen <[email protected]>
  • Loading branch information
mergify[bot] and bochen87 authored Sep 3, 2024
1 parent 942673f commit f6d8ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draco_point_cloud_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_library(${PROJECT_NAME}
src/manifest.cpp
)

target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARY})
target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARIES})

ament_target_dependencies(${PROJECT_NAME} ${dependencies})

Expand Down

0 comments on commit f6d8ae7

Please sign in to comment.