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
749b7ff7
Commit
749b7ff7
authored
Sep 18, 2000
by
Bill Hoffman
Browse files
BUG: remove cout
parent
283d3a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmUnixMakefile.cxx
View file @
749b7ff7
...
...
@@ -146,7 +146,6 @@ void cmUnixMakefile::OutputMakefile(const char* file)
linkLibs
+=
" ${LOCAL_LINK_FLAGS} "
;
cmSystemTools
::
ReplaceString
(
linkLibs
,
"${CMAKE_BINARY_DIR}"
,
this
->
GetOutputHomeDirectory
()
);
cout
<<
"link libs = "
<<
linkLibs
.
c_str
()
<<
endl
;
// Now create rules for all of the executables to be built
for
(
int
i
=
0
;
i
<
m_Classes
.
size
();
i
++
)
{
...
...
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