diff options
author | Brad King <brad.king@kitware.com> | 2006-02-07 15:11:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-07 15:11:40 (GMT) |
commit | f71a085f74e4b21f3b666c71557534b7603604dd (patch) | |
tree | 2e6d761774d8c04dc34b7795b8567fe85c68aea6 /bootstrap | |
parent | 4763c145021e4cb481f1c44e6d74d7dcc79b71d3 (diff) | |
download | CMake-f71a085f74e4b21f3b666c71557534b7603604dd.zip CMake-f71a085f74e4b21f3b666c71557534b7603604dd.tar.gz CMake-f71a085f74e4b21f3b666c71557534b7603604dd.tar.bz2 |
ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ KWSYS_FILES="\ Glob.hxx \ Process.h \ RegularExpression.hxx \ + String.hxx \ SystemTools.hxx" KWSYS_IOS_FILES=" |