diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-08-10 19:54:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-08-10 19:54:19 (GMT) |
commit | 0b471134c3927bb6706616c0de00644b9044b167 (patch) | |
tree | af4e182704b236e0c33e15ea53cdbbfabdb80bd5 /Source/cmVTKWrapTclCommand.cxx | |
parent | 3653726497765ba1d94721809a2fff454eb99a4a (diff) | |
download | CMake-0b471134c3927bb6706616c0de00644b9044b167.zip CMake-0b471134c3927bb6706616c0de00644b9044b167.tar.gz CMake-0b471134c3927bb6706616c0de00644b9044b167.tar.bz2 |
now creates output directories
Diffstat (limited to 'Source/cmVTKWrapTclCommand.cxx')
-rw-r--r-- | Source/cmVTKWrapTclCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVTKWrapTclCommand.cxx b/Source/cmVTKWrapTclCommand.cxx index 4342a82..2094e25 100644 --- a/Source/cmVTKWrapTclCommand.cxx +++ b/Source/cmVTKWrapTclCommand.cxx @@ -210,6 +210,7 @@ bool cmVTKWrapTclCommand::WriteInit(const char *kitName, FILE *fout = fopen(tempOutputFile.c_str(),"w"); if (!fout) { + cmSystemTools::Error("Failed to open TclInit file for ", tempOutputFile.c_str()); return false; } |