diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-17 15:01:25 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 16:29:30 +0200 |
commit | 2b9cc1e24871c6b527900e119640ef0adf706f0d (patch) | |
tree | 3f0507a829506cddce87533adb6541c956ce1c6f /Source/cmExportBuildFileGenerator.h | |
parent | 97062ac268d1bcc62a528aea2e22a7dd6f6efa8f (diff) | |
download | cmake-2b9cc1e24871c6b527900e119640ef0adf706f0d.tar.gz |
Export: Port some API to cmGlobalGenerator.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.h')
-rw-r--r-- | Source/cmExportBuildFileGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h index 16695f1b90..c7d317fdbd 100644 --- a/Source/cmExportBuildFileGenerator.h +++ b/Source/cmExportBuildFileGenerator.h @@ -54,7 +54,6 @@ protected: std::vector<std::string> &missingTargets); virtual void HandleMissingTarget(std::string& link_libs, std::vector<std::string>& missingTargets, - cmMakefile* mf, cmTarget* depender, cmTarget* dependee); @@ -72,7 +71,7 @@ protected: const std::string& config); std::vector<std::string> - FindNamespaces(cmMakefile* mf, const std::string& name); + FindNamespaces(cmGlobalGenerator* gg, const std::string& name); std::vector<std::string> Targets; cmExportSet *ExportSet; |