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
45b7a5be
Commit
45b7a5be
authored
Jan 13, 2003
by
Andy Cedilnik
Browse files
Add space between arguments
parent
d87595ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalVisualStudio6Generator.cxx
View file @
45b7a5be
...
...
@@ -863,6 +863,10 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
}
if
(
m_Makefile
->
GetDefinition
(
"CMAKE_CXX_FLAGS"
)
)
{
if
(
flags
.
size
()
>
0
)
{
flags
+=
" "
;
}
flags
+=
m_Makefile
->
GetDefinition
(
"CMAKE_CXX_FLAGS"
);
}
...
...
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