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
pinocchio
Commits
9c6307ad
Unverified
Commit
9c6307ad
authored
Jul 16, 2019
by
Justin Carpentier
Committed by
GitHub
Jul 16, 2019
Browse files
Merge pull request #835 from jcarpent/devel
fix packaging
parents
0bc84d28
bc203ef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9c6307ad
...
...
@@ -17,10 +17,9 @@ INCLUDE(cmake/ide.cmake)
INCLUDE
(
cmake/test.cmake
)
SET
(
PROJECT_NAME pinocchio
)
SET
(
PROJECT_DESCRIPTION
"
Rigid multi b
ody
d
ynamics algorithms"
)
SET
(
PROJECT_DESCRIPTION
"
A fast and flexible implementation of Rigid B
ody
D
ynamics algorithms
and their analytical derivatives
"
)
SET
(
PROJECT_URL
"http://github.com/stack-of-tasks/pinocchio"
)
SET
(
PROJECT_CUSTOM_HEADER_EXTENSION
"hpp"
)
OPTION
(
INSTALL_DOCUMENTATION
"Generate and install the documentation"
ON
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
cmake
@
83c35c97
Compare
021487f8
...
83c35c97
Subproject commit
021487f8af50611cf20a59753e6a0080b241d2de
Subproject commit
83c35c97f80462ca561cdb2ec25eb546c2bf83a4
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