File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Submodule cmake updated
1 file Original file line number Diff line number Diff line change @@ -214,10 +214,6 @@ FOREACH(plugin ${plugins})
214
214
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${CMAKE_DL_LIBS} )
215
215
ENDIF(UNIX)
216
216
217
- IF(UNIX AND NOT APPLE)
218
- TARGET_LINK_LIBRARIES(${LIBRARY_NAME} dl pthread)
219
- ENDIF(UNIX AND NOT APPLE)
220
-
221
217
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph)
222
218
223
219
# build python submodule
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ IF(UNIX)
103
103
tools/test_abstract_interface.cpp
104
104
)
105
105
TARGET_LINK_LIBRARIES (test_abstract_interface
106
- pluginabstract dl ${Boost_LIBRARIES} )
106
+ pluginabstract ${CMAKE_DL_LIBS} ${Boost_LIBRARIES} )
107
107
108
108
LINK_DIRECTORIES (${SOT_PLUGIN_OUT_DIR} ${FULLPLUGINDIR} )
109
109
ENDIF (UNIX )
You can’t perform that action at this time.
0 commit comments