diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-11 05:12:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-11 05:12:40 (GMT) |
commit | ccf5a130ef1ad28475754f74aff6aa40db27c063 (patch) | |
tree | 3ad67da625f203281ea526de564ad143c3791a8a /Source | |
parent | ea7c7bb34dc55fc830e58102181e47c2f1488d83 (diff) | |
download | CMake-ccf5a130ef1ad28475754f74aff6aa40db27c063.zip CMake-ccf5a130ef1ad28475754f74aff6aa40db27c063.tar.gz CMake-ccf5a130ef1ad28475754f74aff6aa40db27c063.tar.bz2 |
COMP: for a in range(100): write_on_board(No std in kwsys...)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index a306888..4aa98ea 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1956,7 +1956,7 @@ kwsys_stl::string SystemTools::FindProgram( it != names.end() ; ++it) { // Try to find the program. - std::string result = SystemTools::FindProgram(it->c_str(), + kwsys_stl::string result = SystemTools::FindProgram(it->c_str(), path, noSystemPath); return result; |