Skip to content

Commit 327343c

Browse files
authored
[ESD-1991] Set default C11 (#78)
1 parent d2b069a commit 327343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LanguageStandards.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function(swift_set_language_standards)
3333
cmake_parse_arguments(x "${argOption}" "${argSingle}" "${argMulti}" ${ARGN})
3434

3535
if(NOT x_C)
36-
set(x_C 99)
36+
set(x_C 11)
3737
endif()
3838

3939
if(NOT x_CXX)

0 commit comments

Comments
 (0)