Skip to content

Commit

Permalink
Change Linking to DRACO_LIBRARIES as it was changes in draco
Browse files Browse the repository at this point in the history
  • Loading branch information
bochen87 committed Sep 3, 2024
1 parent 052f9a7 commit 6d82435
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}
)

target_link_libraries(${PROJECT_NAME} PRIVATE
${DRACO_LIBRARY}
${DRACO_LIBRARIES}
${dependencies}
)
target_include_directories(${PROJECT_NAME} PRIVATE
Expand Down

0 comments on commit 6d82435

Please sign in to comment.