Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
336f3e80
Commit
336f3e80
authored
Jan 11, 2001
by
Dan Blezek
Browse files
BUG: Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
parent
5faa3b9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmWin32DefinesRule.cxx
View file @
336f3e80
...
...
@@ -5,7 +5,7 @@
cmWin32DefinesRule
::
cmWin32DefinesRule
()
{
#ifndef _WIN32
this
->
Set
EnableOff
();
this
->
Enable
d
Off
();
#endif
}
...
...
Source/cmWin32LibrariesRule.cxx
View file @
336f3e80
...
...
@@ -2,7 +2,7 @@
cmWin32LibrariesRule
::
cmWin32LibrariesRule
()
{
#ifndef _WIN32
this
->
Set
EnableOff
();
this
->
Enable
d
Off
();
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment