summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-02-07 16:39:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-02-07 16:39:07 (GMT)
commita7065630f2719116103235011e272a65872f1aa7 (patch)
tree9f06e49fd54a178a700b146d52e19f00902dc557 /Templates
parent4d119dd7d6be706401dfb9c99eb2dad25bd4a71d (diff)
downloadCMake-a7065630f2719116103235011e272a65872f1aa7.zip
CMake-a7065630f2719116103235011e272a65872f1aa7.tar.gz
CMake-a7065630f2719116103235011e272a65872f1aa7.tar.bz2
ERR: Cache bigendian
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeSystemConfig.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in
index ee15135..907f3cf 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.")