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
e14ecec4
Commit
e14ecec4
authored
Apr 27, 2001
by
Bill Hoffman
Browse files
ENH: add output when creating files
parent
07bd60f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
e14ecec4
...
...
@@ -648,6 +648,7 @@ void cmMakefile::GenerateCacheOnly()
std
::
string
dest
=
mf
->
GetStartOutputDirectory
();
dest
+=
"/Makefile"
;
std
::
ofstream
fout
(
dest
.
c_str
());
std
::
cout
<<
"cmake: creating : "
<<
dest
.
c_str
()
<<
"
\n
"
;
if
(
!
fout
)
{
cmSystemTools
::
Error
(
"Failed to open file for write "
,
dest
.
c_str
());
...
...
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