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
cd7d9823
Commit
cd7d9823
authored
Dec 23, 2002
by
Bill Hoffman
Browse files
ENH: fix for AIX
parent
3daf7f80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmSystemTools.h
View file @
cd7d9823
...
...
@@ -301,7 +301,7 @@ public:
/** Split a string on its newlines into multiple lines. Returns
false only if the last line stored had no newline. */
static
bool
Split
(
const
char
*
s
tr
,
std
::
vector
<
cmStdString
>&
l
ines
);
static
bool
Split
(
const
char
*
s
,
std
::
vector
<
cmStdString
>&
l
);
/**
* Come constants for different file formats.
...
...
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