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
tsid
Commits
d839f98d
Commit
d839f98d
authored
Sep 25, 2020
by
Jean-Baptiste Mouret
Browse files
correct C++11 option in cmake
parent
f3bdcc4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d839f98d
...
...
@@ -69,7 +69,8 @@ IF(EIGEN_NO_AUTOMATIC_RESIZING)
ADD_DEFINITIONS
(
-DEIGEN_NO_AUTOMATIC_RESIZING
)
ENDIF
(
EIGEN_NO_AUTOMATIC_RESIZING
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++14"
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
# Project dependencies
ADD_PROJECT_DEPENDENCY
(
pinocchio 2.3.1 REQUIRED
...
...
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