diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-30 14:19:17 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-30 14:19:17 (GMT) |
commit | cf9f19bd2f8737fece102812e8bae51fabe859a0 (patch) | |
tree | 297faa9803d44979838abae284a99a3117e7052b /Templates | |
parent | 8a59c205bd746f91f913ed2d2db69dc83c5e2ffc (diff) | |
download | CMake-cf9f19bd2f8737fece102812e8bae51fabe859a0.zip CMake-cf9f19bd2f8737fece102812e8bae51fabe859a0.tar.gz CMake-cf9f19bd2f8737fece102812e8bae51fabe859a0.tar.bz2 |
fix: If documentation added, then need cache type
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index b06ae8a..7adaefbc 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -2,7 +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@ +SET (CMAKE_WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@ CACHE BOOL "Byte ordering is big-endian.") SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@ CACHE BOOL |