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
Guilhem Saurel
pinocchio
Commits
9c3e0a5e
Commit
9c3e0a5e
authored
Sep 28, 2016
by
Justin Carpentier
Browse files
[CMake] Correct variable definition
parent
c3ab3385
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
9c3e0a5e
...
...
@@ -58,7 +58,8 @@ FOREACH(dep ${PKG_CONFIG_PYWRAP_REQUIRES})
ENDFOREACH
(
dep
${
PKG_CONFIG_PYWRAP_REQUIRES
}
)
# --- LIBRARY --- #
SET
(
${
PYWRAP
}
_INSTALL_DIR
"
${
PYTHON_SITELIB
}
/
${
PROJECT_NAME
}
"
)
SET
(
${
PYWRAP
}
_INSTALL_DIR
${
PYTHON_SITELIB
}
/
${
PROJECT_NAME
}
)
MESSAGE
(
STATUS
${${
PYWRAP
}
_INSTALL_DIR
}
)
SET
(
${
PROJECT_NAME
}
_PYTHON_HEADERS
eigen_container.hpp
...
...
Write
Preview
Markdown
is supported
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