Skip to content

Commit 5126976

Browse files
authored
Change Linking to DRACO_LIBRARIES as it was changes in draco (#57)
1 parent 052f9a7 commit 5126976

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
)
3737

3838
target_link_libraries(${PROJECT_NAME} PRIVATE
39-
${DRACO_LIBRARY}
39+
${DRACO_LIBRARIES}
4040
${dependencies}
4141
)
4242
target_include_directories(${PROJECT_NAME} PRIVATE

0 commit comments

Comments
 (0)