summaryrefslogtreecommitdiffstats
path: root/Source/ctest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-14 19:11:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-14 19:11:21 (GMT)
commitf4859295eb01773e05dcb18cc1ade8d4178c4a84 (patch)
tree414ea3759e97ddeac886e56fd0820cb6e2c7ea98 /Source/ctest.h
parent066cea228b09dd81859f39e1084edb069ed87b94 (diff)
downloadCMake-f4859295eb01773e05dcb18cc1ade8d4178c4a84.zip
CMake-f4859295eb01773e05dcb18cc1ade8d4178c4a84.tar.gz
CMake-f4859295eb01773e05dcb18cc1ade8d4178c4a84.tar.bz2
Even more cleanups, fix time on certain platforms such as windows, cygwin, and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
Diffstat (limited to 'Source/ctest.h')
-rw-r--r--Source/ctest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.h b/Source/ctest.h
index 426f3b9..e346bcf 100644
--- a/Source/ctest.h
+++ b/Source/ctest.h
@@ -151,5 +151,6 @@ private:
bool OpenFile(const std::string& path,
const std::string& name, std::ofstream& stream);
+ std::string MakeXMLSafe(const std::string&);
};