Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
bf774e52
Commit
bf774e52
authored
Jan 28, 2019
by
Brad King
Browse files
VS: Remove stray semicolons from VS 2019 implementation
parent
142e67ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmGlobalVisualStudioVersionedGenerator.cxx
View file @
bf774e52
...
...
@@ -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
...
...
Brad King
@brad.king
mentioned in commit
fa7077e7
·
Jan 29, 2019
mentioned in commit
fa7077e7
mentioned in commit fa7077e7411f4f85724deae3427acb29be729567
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment