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

CMake hotfix for Yaml-cpp dependency

parent 7a07d732
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -273,7 +273,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
)
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CMAKE_THREAD_LIBS_INIT})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${wolf_LIBRARY})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${YAMLCPP_LIBRARY})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${OpenCV_LIBS})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${vision_utils_LIBRARY})
......
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