mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: Allow changing of file name
This commit is contained in:
@@ -130,6 +130,12 @@ public:
|
||||
* Set whether compression is done.
|
||||
*/
|
||||
void SetCompression(bool compression);
|
||||
|
||||
/**
|
||||
* Set name of the file that will hold the actual output. This method allows
|
||||
* the output file to be changed during the use of cmGeneratedFileStream.
|
||||
*/
|
||||
void SetName(const char* fname);
|
||||
};
|
||||
|
||||
#if defined(__sgi) && !defined(__GNUC__)
|
||||
|
||||
Reference in New Issue
Block a user