CMAKE_WORDS_BIGENDIAN should not be in the cache.

This commit is contained in:
Berk Geveci 2001-11-30 10:27:24 -05:00
parent 77e5c1ff97
commit 3eddc4afd6
1 changed files with 1 additions and 2 deletions

View File

@ -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.")