summaryrefslogtreecommitdiffstats
path: root/Source/CMakeSetupCMD.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-02-12 19:26:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-02-12 19:26:25 (GMT)
commitd195c01a900c24df9b4ff262cd4dbb9fd901592b (patch)
tree5db9a5c3b4716024f900846ecabf5de8648eec35 /Source/CMakeSetupCMD.cxx
parent452a127004220c10354fc986f69b66580ce7de31 (diff)
downloadCMake-d195c01a900c24df9b4ff262cd4dbb9fd901592b.zip
CMake-d195c01a900c24df9b4ff262cd4dbb9fd901592b.tar.gz
CMake-d195c01a900c24df9b4ff262cd4dbb9fd901592b.tar.bz2
ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.
Diffstat (limited to 'Source/CMakeSetupCMD.cxx')
-rw-r--r--Source/CMakeSetupCMD.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeSetupCMD.cxx b/Source/CMakeSetupCMD.cxx
index cfcf690..81db439 100644
--- a/Source/CMakeSetupCMD.cxx
+++ b/Source/CMakeSetupCMD.cxx
@@ -69,7 +69,7 @@ int main(int ac, char** av)
cmMSProjectGenerator* pg = new cmMSProjectGenerator;
if(arg.find("-DSP", 0) != std::string::npos)
{
- pg->BuildDSPOff();
+ pg->BuildDSWOff();
}
else
{