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
Stack Of Tasks
eigenpy
Commits
9cd4b7fe
Verified
Commit
9cd4b7fe
authored
Dec 05, 2019
by
Justin Carpentier
Browse files
cmake: add PROJECT_USE_KEYWORD_LINK_LIBRARIES
parent
8ba32fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9cd4b7fe
...
...
@@ -9,6 +9,7 @@ SET(PROJECT_NAME eigenpy)
SET
(
PROJECT_DESCRIPTION
"Bindings between Numpy and Eigen using Boost.Python"
)
SET
(
PROJECT_URL
"http://github.com/stack-of-tasks/eigenpy"
)
SET
(
PROJECT_USE_CMAKE_EXPORT TRUE
)
SET
(
PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE
)
SET
(
PROJECT_CUSTOM_HEADER_EXTENSION
"hpp"
)
# Check if the submodule cmake have been initialized
...
...
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