mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 08:40:48 +00:00
Merge branch 'test-CompileFeatures-c11-range' into release-3.11
Merge-request: !1785
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
#if DEFAULT_C11
|
||||
#if __STDC_VERSION__ != 201112L
|
||||
#if __STDC_VERSION__ < 201112L
|
||||
#error Unexpected value for __STDC_VERSION__.
|
||||
#endif
|
||||
#elif DEFAULT_C99
|
||||
|
||||
Reference in New Issue
Block a user