summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-30 15:27:24 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-11-30 15:27:24 (GMT)
commit3eddc4afd6708ccac956e28d1b99a0e464c7115f (patch)
tree26fb81b4084b41cd0d7cf39d3250f8efc8582763 /Templates
parent77e5c1ff973b5a018e3be2b2b60a8d8cd6f0432c (diff)
downloadCMake-3eddc4afd6708ccac956e28d1b99a0e464c7115f.zip
CMake-3eddc4afd6708ccac956e28d1b99a0e464c7115f.tar.gz
CMake-3eddc4afd6708ccac956e28d1b99a0e464c7115f.tar.bz2
CMAKE_WORDS_BIGENDIAN should not be in the cache.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeSystemConfig.cmake.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in
index 7adaefbc..9e53e9b 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.")