From ceac346af6ebd4a48ea58db0dc64e10533ee9322 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 21 Nov 2009 09:39:30 -0500 Subject: Fix the build for non-MS compilers. --- Modules/CMakePlatformId.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12