mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
BUG: Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
cmWin32DefinesRule::cmWin32DefinesRule()
|
||||
{
|
||||
#ifndef _WIN32
|
||||
this->SetEnableOff();
|
||||
this->EnabledOff();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
cmWin32LibrariesRule::cmWin32LibrariesRule()
|
||||
{
|
||||
#ifndef _WIN32
|
||||
this->SetEnableOff();
|
||||
this->EnabledOff();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user