mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 01:31:04 -05:00
cmConfigure: Add missing #
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user