We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b069a commit 327343cCopy full SHA for 327343c
LanguageStandards.cmake
@@ -33,7 +33,7 @@ function(swift_set_language_standards)
33
cmake_parse_arguments(x "${argOption}" "${argSingle}" "${argMulti}" ${ARGN})
34
35
if(NOT x_C)
36
- set(x_C 99)
+ set(x_C 11)
37
endif()
38
39
if(NOT x_CXX)
0 commit comments