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
ad63bee4
Verified
Commit
ad63bee4
authored
Jan 06, 2021
by
Justin Carpentier
Browse files
cmake: change minimal version
parent
178f146c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ad63bee4
...
...
@@ -3,7 +3,7 @@
# Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
#
CMAKE_MINIMUM_REQUIRED
(
VERSION
2.8
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.0
)
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