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
Pierre Fernbach
tsid
Commits
3a5d674f
Commit
3a5d674f
authored
May 22, 2018
by
jcarpent
Browse files
[CMake] Change project description
parent
a8bfb53c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3a5d674f
...
...
@@ -23,8 +23,8 @@ INCLUDE(cmake/python.cmake)
INCLUDE
(
cmake/ide.cmake
)
SET
(
PROJECT_NAME tsid
)
SET
(
PROJECT_DESCRIPTION
"Efficient Inverse Dynamics for Multi-body Systems"
)
SET
(
PROJECT_URL
"http://github.com/stack-of-tasks/
pinocchio
"
)
SET
(
PROJECT_DESCRIPTION
"Efficient
Task Space
Inverse Dynamics for Multi-body Systems
based on Pinocchio
"
)
SET
(
PROJECT_URL
"http://github.com/stack-of-tasks/
tsid
"
)
OPTION
(
INSTALL_DOCUMENTATION
"Generate and install the documentation"
FALSE
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
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