Commit 4f6359e
Compile with latest supported C standard
Use latest C standard known to CMake. Remove CMAKE_C_STANDARD_REQUIRED
to fall back to earlier versions.
AFAIK, there's no way to set the minimum required version. But since we
support C99 and it's unlikely that CMake supports C89-only compilers,
this shouldn't be a problem.1 parent 93e4801 commit 4f6359e
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments