From bf774e521b0a08dd8e09a93f76471cad593db3c6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 28 Jan 2019 11:21:23 -0500 Subject: VS: Remove stray semicolons from VS 2019 implementation --- Source/cmGlobalVisualStudioVersionedGenerator.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmGlobalVisualStudioVersionedGenerator.cxx b/Source/cmGlobalVisualStudioVersionedGenerator.cxx index a83cc78..b019f39 100644 --- a/Source/cmGlobalVisualStudioVersionedGenerator.cxx +++ b/Source/cmGlobalVisualStudioVersionedGenerator.cxx @@ -10,11 +10,11 @@ #include "cmake.h" #if defined(_M_ARM64) -# define HOST_PLATFORM_NAME "ARM64"; +# define HOST_PLATFORM_NAME "ARM64" #elif defined(_M_ARM) -# define HOST_PLATFORM_NAME "ARM"; +# define HOST_PLATFORM_NAME "ARM" #elif defined(_M_IA64) -# define HOST_PLATFORM_NAME "Itanium"; +# define HOST_PLATFORM_NAME "Itanium" #else # include "cmsys/SystemInformation.hxx" #endif -- cgit v0.12