From a7065630f2719116103235011e272a65872f1aa7 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 7 Feb 2002 11:39:07 -0500 Subject: [PATCH] ERR: Cache bigendian --- Templates/CMakeSystemConfig.cmake.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index ee1513559..907f3cf60 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -2,7 +2,8 @@ # CMakeLocal.make.in should be in the directory where you run configure # in, which need not be the source directory # -SET (CMAKE_WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@) +SET (CMAKE_WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@ CACHE BOOL + "The system uses big endian byte ordering.") SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@ CACHE BOOL "Use sproc libs.")