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
b23fedda
Commit
b23fedda
authored
Mar 08, 2001
by
Brad King
💬
Browse files
ERR: Minor wording error in output message.
parent
519f9d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmUnixDefinesCommand.cxx
View file @
b23fedda
...
...
@@ -27,7 +27,7 @@ bool cmUnixDefinesCommand::Invoke(std::vector<std::string>& args)
{
if
(
args
.
size
()
<
1
)
{
this
->
SetError
(
"
Win32Defines
called with incorrect number of arguments"
);
this
->
SetError
(
"called with incorrect number of arguments"
);
return
false
;
}
for
(
std
::
vector
<
std
::
string
>::
iterator
i
=
args
.
begin
();
...
...
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