BUG: Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff

This commit is contained in:
Dan Blezek 2001-01-11 11:35:16 -05:00
parent 5faa3b9f28
commit 336f3e80db
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
cmWin32DefinesRule::cmWin32DefinesRule()
{
#ifndef _WIN32
this->SetEnableOff();
this->EnabledOff();
#endif
}

View File

@ -2,7 +2,7 @@
cmWin32LibrariesRule::cmWin32LibrariesRule()
{
#ifndef _WIN32
this->SetEnableOff();
this->EnabledOff();
#endif
}