Skip to content
Snippets Groups Projects
Commit 580c68a0 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

CMake hotfix for Yaml-cpp dependency

parent d5141ad9
No related branches found
No related tags found
2 merge requests!30Release after RAL,!29After 2nd RAL submission
......@@ -270,8 +270,9 @@ ADD_LIBRARY(${PLUGIN_NAME}
${SRCS_YAML}
)
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CMAKE_THREAD_LIBS_INIT})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${wolf_LIBRARY} ${laser_scan_utils_LIBRARY})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${YAMLCPP_LIBRARY})
#Link the created libraries
#===============EXAMPLE=========================
# IF (Ceres_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment