Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
31c9b823
Verified
Commit
31c9b823
authored
Dec 05, 2019
by
Justin Carpentier
Browse files
cmake: fix link issue
parent
9486952e
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
31c9b823
...
...
@@ -48,7 +48,7 @@ ADD_LIBRARY(${LIBRARY_NAME} SHARED
fcl.cc
)
TARGET_LINK_BOOST_PYTHON
(
${
LIBRARY_NAME
}
PUBLIC
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
${
PROJECT_NAME
}
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
${
PROJECT_NAME
}
${
BOOST_system_LIBRARY
}
)
PKG_CONFIG_USE_DEPENDENCY
(
${
LIBRARY_NAME
}
eigenpy
)
SET_TARGET_PROPERTIES
(
${
LIBRARY_NAME
}
PROPERTIES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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