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
Guilhem Saurel
tsid
Commits
d1e4a233
Commit
d1e4a233
authored
Sep 25, 2020
by
Jean-Baptiste Mouret
Browse files
use CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
parent
40257e2b
Changes
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
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