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
Bernhard M. Wiedemann
CMake
Commits
a40e6ba8
Commit
a40e6ba8
authored
May 29, 2017
by
Chuck Atkins
Browse files
Clang: Fix language defaults for 2.1
parent
9b112a84
Changes
1
Show whitespace changes
Inline
Side-by-side
Modules/Compiler/Clang-CXX.cmake
View file @
a40e6ba8
...
...
@@ -36,4 +36,4 @@ if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5)
set
(
CMAKE_CXX17_EXTENSION_COMPILE_OPTION
"-std=gnu++1z"
)
endif
()
__compiler_check_default_language_standard
(
CXX
3
.1 98
)
__compiler_check_default_language_standard
(
CXX
2
.1 98
)
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