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
da384f05
Commit
da384f05
authored
Nov 19, 2019
by
Guilhem Saurel
Browse files
[CMake] detail
parent
34b2a608
Pipeline
#6903
passed with stage
in 31 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
da384f05
...
...
@@ -53,9 +53,8 @@ PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} eigenpy)
SET_TARGET_PROPERTIES
(
${
LIBRARY_NAME
}
PROPERTIES
PREFIX
""
SUFFIX
"
${
PYTHON_EXT_SUFFIX
}
"
LIBRARY_OUTPUT_NAME
${
LIBRARY_NAME
}
)
SET_TARGET_PROPERTIES
(
${
LIBRARY_NAME
}
PROPERTIES SUFFIX
"
${
PYTHON_EXT_SUFFIX
}
"
)
INSTALL
(
TARGETS
${
LIBRARY_NAME
}
DESTINATION
${
PYTHON_SITELIB
}
)
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