diff --git a/Modules/CMakePlatformId.h.in b/Modules/CMakePlatformId.h.in index 942946916..e20348aac 100644 --- a/Modules/CMakePlatformId.h.in +++ b/Modules/CMakePlatformId.h.in @@ -98,9 +98,11 @@ # define ARCHITECTURE_ID "X86" # else /* unknown architecture */ -# defined ARCHITECTURE_ID "" +# define ARCHITECTURE_ID "" # endif +#else +# define ARCHITECTURE_ID "" #endif /* Construct the string literal in pieces to prevent the source from