diff options
Diffstat (limited to 'Modules/CMakePlatformId.h.in')
-rw-r--r-- | Modules/CMakePlatformId.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/CMakePlatformId.h.in b/Modules/CMakePlatformId.h.in index 9429469..e20348a 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 |