Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
Multicontact-api
Commits
6532b1f6
Commit
6532b1f6
authored
Jul 25, 2020
by
Guilhem Saurel
Browse files
[CMake] require C++ >= 11
because curves now requires C++ 11
parent
56394074
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6532b1f6
...
...
@@ -32,6 +32,7 @@ INCLUDE(cmake/ide.cmake)
# Project definition
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
SET
(
CMAKE_CXX_STANDARD 11
)
# Project dependencies
ADD_PROJECT_DEPENDENCY
(
pinocchio REQUIRED PKG_CONFIG_REQUIRES
"pinocchio >= 2.0.0"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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