File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,6 @@ FOREACH(plugin ${plugins})
233
233
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${CMAKE_DL_LIBS} )
234
234
ENDIF(UNIX)
235
235
236
- IF(UNIX AND NOT APPLE)
237
- TARGET_LINK_LIBRARIES(${LIBRARY_NAME} dl pthread)
238
- ENDIF(UNIX AND NOT APPLE)
239
-
240
236
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} jrl-mal)
241
237
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph)
242
238
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ IF(UNIX)
104
104
tools/test_abstract_interface.cpp
105
105
)
106
106
TARGET_LINK_LIBRARIES (test_abstract_interface
107
- pluginabstract dl ${Boost_LIBRARIES} )
107
+ pluginabstract ${CMAKE_DL_LIBS} ${Boost_LIBRARIES} )
108
108
109
109
LINK_DIRECTORIES (${SOT_PLUGIN_OUT_DIR} ${FULLPLUGINDIR} )
110
110
ENDIF (UNIX )
You can’t perform that action at this time.
0 commit comments