Skip to content

Commit f6d8ae7

Browse files
Change Linking to DRACO_LIBRARIES as it was changes in draco (backport #57) (#58)
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Bo Chen <[email protected]>
1 parent 942673f commit f6d8ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draco_point_cloud_transport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ add_library(${PROJECT_NAME}
3636
src/manifest.cpp
3737
)
3838

39-
target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARY})
39+
target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARIES})
4040

4141
ament_target_dependencies(${PROJECT_NAME} ${dependencies})
4242

0 commit comments

Comments
 (0)