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
d9b8768e
Commit
d9b8768e
authored
Aug 06, 2003
by
Brad King
Browse files
BUG: Fixed spacing error in message.
parent
ef2e6b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmaketest.cxx
View file @
d9b8768e
...
...
@@ -324,7 +324,7 @@ int do_cmaketest (int argc, char **argv)
if
(
retVal
)
{
cmSystemTools
::
Error
(
"test executable "
,
fullPath
.
c_str
(),
"returned a non-zero value"
);
"
returned a non-zero value"
);
ret
=
1
;
}
if
(
ret
)
...
...
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