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
d1e4a233
Commit
d1e4a233
authored
Sep 25, 2020
by
Jean-Baptiste Mouret
Browse files
use CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
parent
40257e2b
Pipeline
#11429
passed with stage
in 18 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d1e4a233
...
...
@@ -69,8 +69,7 @@ IF(EIGEN_NO_AUTOMATIC_RESIZING)
ADD_DEFINITIONS
(
-DEIGEN_NO_AUTOMATIC_RESIZING
)
ENDIF
(
EIGEN_NO_AUTOMATIC_RESIZING
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
CHECK_MINIMAL_CXX_STANDARD
(
11 ENFORCE
)
# 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