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
debian
VTK
Commits
404f639f
Commit
404f639f
authored
Jul 06, 2016
by
Robert Maynard
Browse files
Explicitly state that we don't want compiler extensions enabled.
parent
7b7175dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
404f639f
...
...
@@ -37,7 +37,8 @@ else()
endif
()
if
(
VTK_USE_CXX11_FEATURES
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED True
)
set
(
CMAKE_CXX_EXTENSIONS False
)
endif
()
# Objective-C++ compile flags.
...
...
Write
Preview
Supports
Markdown
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