From 3eddc4afd6708ccac956e28d1b99a0e464c7115f Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Fri, 30 Nov 2001 10:27:24 -0500 Subject: [PATCH] CMAKE_WORDS_BIGENDIAN should not be in the cache. --- Templates/CMakeSystemConfig.cmake.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index 7adaefbc2..9e53e9b6f 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -2,8 +2,7 @@ # 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@ CACHE BOOL - "Byte ordering is big-endian.") +SET (CMAKE_WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@) SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@ CACHE BOOL "Use sproc libs.")