Skip to content

Commit 9af689a

Browse files
committed
Fixed merge
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 2340647 commit 9af689a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

draco_point_cloud_transport/CMakeLists.txt

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

39-
<<<<<<< HEAD
40-
target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARY})
39+
target_link_libraries(${PROJECT_NAME} ${DRACO_LIBRARIES})
4140

4241
ament_target_dependencies(${PROJECT_NAME} ${dependencies})
43-
=======
44-
target_link_libraries(${PROJECT_NAME} PRIVATE
45-
${DRACO_LIBRARIES}
46-
${dependencies}
47-
)
48-
target_include_directories(${PROJECT_NAME} PRIVATE
49-
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
50-
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
51-
${DRACO_INCLUDE_DIR}
52-
)
53-
>>>>>>> 5126976 (Change Linking to DRACO_LIBRARIES as it was changes in draco (#57))
5442

5543
install(TARGETS ${PROJECT_NAME}
5644
ARCHIVE DESTINATION lib

0 commit comments

Comments
 (0)