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

Removed boost_system (why was it there in the first place?!)

parent b33ddfc4
No related branches found
No related tags found
1 merge request!260WIP: params autoconf
Pipeline #2590 passed
...@@ -7,8 +7,8 @@ ADD_EXECUTABLE(hello_plugin hello_plugin.cpp) ...@@ -7,8 +7,8 @@ ADD_EXECUTABLE(hello_plugin hello_plugin.cpp)
ADD_EXECUTABLE(params_autoconf params_autoconf.cpp) ADD_EXECUTABLE(params_autoconf params_autoconf.cpp)
# target_link_libraries(hello_plugin class_loader boost_system console_bridge wolf yaml-cpp ${CERES_LIBRARIES}) # target_link_libraries(hello_plugin class_loader boost_system console_bridge wolf yaml-cpp ${CERES_LIBRARIES})
# target_link_libraries(params_autoconf class_loader boost_system console_bridge wolf yaml-cpp ) # target_link_libraries(params_autoconf class_loader boost_system console_bridge wolf yaml-cpp )
target_link_libraries(hello_plugin boost_system wolf yaml-cpp ${CERES_LIBRARIES} dl) target_link_libraries(hello_plugin wolf yaml-cpp ${CERES_LIBRARIES} dl)
target_link_libraries(params_autoconf boost_system wolf yaml-cpp dl) target_link_libraries(params_autoconf wolf yaml-cpp dl)
# These lines always at the end # These lines always at the end
SET(HDRS_PLUGIN ${HDRS_PLUGIN} PARENT_SCOPE ) SET(HDRS_PLUGIN ${HDRS_PLUGIN} PARENT_SCOPE )
SET(SRCS_PLUGIN ${SRCS_PLUGIN} PARENT_SCOPE ) SET(SRCS_PLUGIN ${SRCS_PLUGIN} PARENT_SCOPE )
......
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