Skip to content
GitLab
Menu
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
0d3bbe81
Commit
0d3bbe81
authored
May 03, 2004
by
Ken Martin
Browse files
minor backwards fix
parent
22d69a94
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmIfCommand.cxx
View file @
0d3bbe81
...
...
@@ -153,6 +153,13 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args,
const
char
*
def
;
const
char
*
def2
;
// handle empty invocation
if
(
args
.
size
()
<
1
)
{
isValid
=
true
;
return
false
;
}
// store the reduced args in this vector
std
::
deque
<
std
::
string
>
newArgs
;
int
reducible
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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