Skip to content

Commit 60e591a

Browse files
authored
MONGOCRYPT-783 set CMAKE_C_STANDARD=99 for kms-message (#969)
1 parent 9378602 commit 60e591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms-message/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (kms_message
44
LANGUAGES C
55
)
66

7-
set (CMAKE_C_STANDARD 90)
7+
set (CMAKE_C_STANDARD 99)
88

99
include (CheckCCompilerFlag)
1010
# All targets obey visibility, not just library targets.

0 commit comments

Comments
 (0)