summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 13:01:25 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:30 (GMT)
commit2b9cc1e24871c6b527900e119640ef0adf706f0d (patch)
tree3f0507a829506cddce87533adb6541c956ce1c6f /Source/cmExportBuildFileGenerator.h
parent97062ac268d1bcc62a528aea2e22a7dd6f6efa8f (diff)
downloadCMake-2b9cc1e24871c6b527900e119640ef0adf706f0d.zip
CMake-2b9cc1e24871c6b527900e119640ef0adf706f0d.tar.gz
CMake-2b9cc1e24871c6b527900e119640ef0adf706f0d.tar.bz2
Export: Port some API to cmGlobalGenerator.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.h')
-rw-r--r--Source/cmExportBuildFileGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h
index 16695f1..c7d317f 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;