summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-18 22:44:41 (GMT)
committerBrad King <brad.king@kitware.com>2024-01-18 22:45:07 (GMT)
commit4cd153afe324afb228c9123ace15c5bffcd4fbdf (patch)
treef044cc459e65f8b59a1b35012dfe4e1ad298a204 /Source/cmExportBuildFileGenerator.h
parentc75047709f2ee2a3f8791f19b9ce8cc76e633521 (diff)
parentd791f3a180c7231bc2b45c9204c0a912c06b91ee (diff)
downloadCMake-4cd153afe324afb228c9123ace15c5bffcd4fbdf.zip
CMake-4cd153afe324afb228c9123ace15c5bffcd4fbdf.tar.gz
CMake-4cd153afe324afb228c9123ace15c5bffcd4fbdf.tar.bz2
Merge branch 'backport-cxxmodules-export-file-collisions'
Diffstat (limited to 'Source/cmExportBuildFileGenerator.h')
-rw-r--r--Source/cmExportBuildFileGenerator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h
index 9f11d13..ee4779f 100644
--- a/Source/cmExportBuildFileGenerator.h
+++ b/Source/cmExportBuildFileGenerator.h
@@ -105,8 +105,10 @@ protected:
cmExportSet* GetExportSet() const override { return this->ExportSet; }
std::string GetCxxModulesDirectory() const override;
- void GenerateCxxModuleConfigInformation(std::ostream&) const override;
- bool GenerateImportCxxModuleConfigTargetInclusion(std::string) const;
+ void GenerateCxxModuleConfigInformation(std::string const&,
+ std::ostream&) const override;
+ bool GenerateImportCxxModuleConfigTargetInclusion(std::string const&,
+ std::string) const;
std::pair<std::vector<std::string>, std::string> FindBuildExportInfo(
cmGlobalGenerator* gg, const std::string& name);