diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-14 19:11:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-14 19:11:21 (GMT) |
commit | f4859295eb01773e05dcb18cc1ade8d4178c4a84 (patch) | |
tree | 414ea3759e97ddeac886e56fd0820cb6e2c7ea98 /Source/ctest.h | |
parent | 066cea228b09dd81859f39e1084edb069ed87b94 (diff) | |
download | CMake-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.h | 1 |
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&); }; |