mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 09:00:42 +00:00
Merge topic 'cmConfigure-fix'
367a348a
cmConfigure: Add missing #
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1189
This commit is contained in:
commit
a51d04d4bf
@ -40,7 +40,7 @@
|
||||
#define CM_FALLTHROUGH [[fallthrough]]
|
||||
#elif defined(CMake_HAVE_CXX_GNU_FALLTHROUGH)
|
||||
#define CM_FALLTHROUGH [[gnu::fallthrough]]
|
||||
elif defined(CMake_HAVE_CXX_ATTRIBUTE_FALLTHROUGH)
|
||||
#elif defined(CMake_HAVE_CXX_ATTRIBUTE_FALLTHROUGH)
|
||||
#define CM_FALLTHROUGH __attribute__((fallthrough))
|
||||
#else
|
||||
#define CM_FALLTHROUGH
|
||||
|
Loading…
Reference in New Issue
Block a user