summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigure.cmake.h.in
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-08-26 06:30:49 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-08-26 06:30:49 (GMT)
commit367a348a0056345deaeb44f5620830c51382ea4e (patch)
tree4793a3f003a3019e97a456aecc25399bed4b0830 /Source/cmConfigure.cmake.h.in
parent6285fe009dbdaee4442fc4d6d8b13352f6bf5509 (diff)
downloadCMake-367a348a0056345deaeb44f5620830c51382ea4e.zip
CMake-367a348a0056345deaeb44f5620830c51382ea4e.tar.gz
CMake-367a348a0056345deaeb44f5620830c51382ea4e.tar.bz2
cmConfigure: Add missing #
Diffstat (limited to 'Source/cmConfigure.cmake.h.in')
-rw-r--r--Source/cmConfigure.cmake.h.in2
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