diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 06:30:49 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-26 06:30:49 (GMT) |
commit | 367a348a0056345deaeb44f5620830c51382ea4e (patch) | |
tree | 4793a3f003a3019e97a456aecc25399bed4b0830 /Source | |
parent | 6285fe009dbdaee4442fc4d6d8b13352f6bf5509 (diff) | |
download | CMake-367a348a0056345deaeb44f5620830c51382ea4e.zip CMake-367a348a0056345deaeb44f5620830c51382ea4e.tar.gz CMake-367a348a0056345deaeb44f5620830c51382ea4e.tar.bz2 |
cmConfigure: Add missing #
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmConfigure.cmake.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigure.cmake.h.in b/Source/cmConfigure.cmake.h.in index 00b63a5..e91471c 100644 --- a/Source/cmConfigure.cmake.h.in +++ b/Source/cmConfigure.cmake.h.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 |