mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Tests: Teach CompileFeatures to tolerate __STDC_VERSION__ on Intel Classic
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
# error Buildsystem error
|
||||
# endif
|
||||
# if defined(__STDC_VERSION__) && \
|
||||
!(defined(__SUNPRO_C) && __STDC_VERSION__ == 199409L)
|
||||
!(__STDC_VERSION__ == 199409L && \
|
||||
(defined(__INTEL_COMPILER) || defined(__SUNPRO_C)))
|
||||
# error Unexpected __STDC_VERSION__ definition
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user