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

CMake hotfix for Yaml-cpp dependency

parent 8a0e1656
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
${SRCS_YAML}
)
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CMAKE_THREAD_LIBS_INIT})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${YAMLCPP_LIBRARY})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${laser_scan_utils_LIBRARY})
#Link the created libraries
......
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