From 17e3d6c7848eed06a6ada4126ea7e89768a6bd6d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 20 Jun 2002 10:19:59 -0400 Subject: [PATCH] BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure results. --- Templates/CXXCMakeSystemConfig.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Templates/CXXCMakeSystemConfig.cmake.in b/Templates/CXXCMakeSystemConfig.cmake.in index 9029534007..326afbd70f 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::.")