diff options
Diffstat (limited to 'Source/cmExportTryCompileFileGenerator.h')
-rw-r--r-- | Source/cmExportTryCompileFileGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExportTryCompileFileGenerator.h b/Source/cmExportTryCompileFileGenerator.h index ca2987c..2a2ba7e 100644 --- a/Source/cmExportTryCompileFileGenerator.h +++ b/Source/cmExportTryCompileFileGenerator.h @@ -26,6 +26,7 @@ public: /** Set the list of targets to export. */ void SetConfig(const std::string& config) { this->Config = config; } + protected: // Implement virtual methods from the superclass. bool GenerateMainFile(std::ostream& os) override; |