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
f0512a30
Verified
Commit
f0512a30
authored
Oct 21, 2019
by
Justin Carpentier
Browse files
cmake: set minimal version to 2.8
parent
3affc20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f0512a30
...
...
@@ -3,7 +3,7 @@
# Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
#
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.
6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.
8
)
SET
(
PROJECT_NAME pinocchio
)
SET
(
PROJECT_DESCRIPTION
"A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives"
)
...
...
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