mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
VS: Remove stray semicolons from VS 2019 implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user