Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-core
Commits
c02308e5
Commit
c02308e5
authored
Jun 16, 2016
by
Olivier Stasse
Browse files
[cmake] Fix cmakes bugs reported by A. Mallet in robotpkg.
parent
8277fa7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
c02308e5
...
...
@@ -233,10 +233,6 @@ FOREACH(plugin ${plugins})
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${
CMAKE_DL_LIBS
}
)
ENDIF
(
UNIX
)
IF
(
UNIX AND NOT APPLE
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
dl pthread
)
ENDIF
(
UNIX AND NOT APPLE
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
jrl-mal
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
dynamic-graph
)
...
...
unitTesting/CMakeLists.txt
View file @
c02308e5
...
...
@@ -104,7 +104,7 @@ IF(UNIX)
tools/test_abstract_interface.cpp
)
TARGET_LINK_LIBRARIES
(
test_abstract_interface
pluginabstract
dl
${
Boost_LIBRARIES
}
)
pluginabstract
${
CMAKE_DL_LIBS
}
${
Boost_LIBRARIES
}
)
LINK_DIRECTORIES
(
${
SOT_PLUGIN_OUT_DIR
}
${
FULLPLUGINDIR
}
)
ENDIF
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment