summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-18 20:22:45 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-19 11:25:43 (GMT)
commit765d783972dbacc336d11803cccf56cdc9aac6c5 (patch)
tree4bc204bfdf18d96e6cf24e9e9724d4a2c13efcc6 /Source/CPack
parent52b80b2643acdd2f31582fe20773cc4c3740b9ad (diff)
downloadCMake-765d783972dbacc336d11803cccf56cdc9aac6c5.zip
CMake-765d783972dbacc336d11803cccf56cdc9aac6c5.tar.gz
CMake-765d783972dbacc336d11803cccf56cdc9aac6c5.tar.bz2
cmSystemTools: Drop old RunCommand method
All calls to this method have been replaced by newer infrastructure. Remove it and the supporting cmWin32ProcessExecution class.
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cpack.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 169ae9a..9f8cc14 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -403,11 +403,6 @@ int main (int argc, char *argv[])
}
if ( parsed )
{
-#ifdef _WIN32
- std::string comspec = "cmw9xcom.exe";
- cmSystemTools::SetWindows9xComspecSubstitute(comspec.c_str());
-#endif
-
const char* projName = mf->GetDefinition("CPACK_PACKAGE_NAME");
cmCPack_Log(&log, cmCPackLog::LOG_VERBOSE, "Use generator: "
<< cpackGenerator->GetNameOfClass() << std::endl);