浏览代码

fix: If documentation added, then need cache type

Sebastien Barre 24 年之前
父节点
当前提交
cf9f19bd2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/CMakeSystemConfig.cmake.in

+ 1 - 1
Templates/CMakeSystemConfig.cmake.in

@@ -2,7 +2,7 @@
 # CMakeLocal.make.in should be in the directory where you run configure
 # CMakeLocal.make.in should be in the directory where you run configure
 # in, which need not be the source directory
 # 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.")
      "Byte ordering is big-endian.")
 
 
 SET (CMAKE_USE_SPROC          @CMAKE_USE_SPROC@ CACHE BOOL 
 SET (CMAKE_USE_SPROC          @CMAKE_USE_SPROC@ CACHE BOOL