summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-06-20 14:19:59 (GMT)
committerBrad King <brad.king@kitware.com>2002-06-20 14:19:59 (GMT)
commit17e3d6c7848eed06a6ada4126ea7e89768a6bd6d (patch)
tree9a9da657d0ee4a608a70b2def88aa3399f635391 /Templates
parent07d35e662dc76fa7702d54f4a9b3ced3dac3c969 (diff)
downloadCMake-17e3d6c7848eed06a6ada4126ea7e89768a6bd6d.zip
CMake-17e3d6c7848eed06a6ada4126ea7e89768a6bd6d.tar.gz
CMake-17e3d6c7848eed06a6ada4126ea7e89768a6bd6d.tar.bz2
BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure results.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CXXCMakeSystemConfig.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Templates/CXXCMakeSystemConfig.cmake.in b/Templates/CXXCMakeSystemConfig.cmake.in
index 9029534..326afbd 100644
--- a/Templates/CXXCMakeSystemConfig.cmake.in
+++ b/Templates/CXXCMakeSystemConfig.cmake.in
@@ -77,6 +77,9 @@ SET (CMAKE_TEMPLATE_FLAGS "@CMAKE_TEMPLATE_FLAGS@" CACHE STRING
SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ CACHE INTERNAL
"Does the compiler support headers like iostream.")
+SET (CMAKE_NO_ANSI_STRING_STREAM @CMAKE_NO_ANSI_STRING_STREAM@ CACHE INTERNAL
+ "Does the compiler support the ansi stringstream class.")
+
SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ CACHE INTERNAL
"Does the compiler support std::.")