summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-28 19:27:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-28 19:27:44 (GMT)
commitea712cf8a86a4021e9a3cf7335318a9c5de83528 (patch)
tree372100f1334486c4e68c763c0d7a9314dd9d0795 /Templates
parentd08d2738c99a6cddcd0e97406997c9623408ae25 (diff)
downloadCMake-ea712cf8a86a4021e9a3cf7335318a9c5de83528.zip
CMake-ea712cf8a86a4021e9a3cf7335318a9c5de83528.tar.gz
CMake-ea712cf8a86a4021e9a3cf7335318a9c5de83528.tar.bz2
set values in the cache not just the current makefile
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeSystemConfig.cmake.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in
index b741bbb..d849b10 100644
--- a/Templates/CMakeSystemConfig.cmake.in
+++ b/Templates/CMakeSystemConfig.cmake.in
@@ -45,6 +45,6 @@ SET (CMAKE_SHLIB_RUNTIME_SEP "@CMAKE_SHLIB_RUNTIME_SEP@" CACHE STRING
# support for X11
SET (CMAKE_X_LIBS "@X_PRE_LIBS@ @X_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@" CACHE STRING "Libraries and options used in X11 programs")
SET (CMAKE_X_CFLAGS "@X_CFLAGS@" CACHE STRING "X11 extra flags")
-SET (CMAKE_HAS_X @CMAKE_HAS_X@ )
-SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ )
-SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ )
+SET (CMAKE_HAS_X @CMAKE_HAS_X@ CACHE INTERNAL "Is X11 around")
+SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ CACHE INTERNAL "does the compiler support headers like iostream ")
+SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ CACHE INTERNAL "does the compiler support std:: ")