diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 2cf6b965d..cdba467c6 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -20,6 +20,7 @@ #include // Need the native byte order of the running CPU. +#define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known. #include // Include the ELF format information system header.