diff options
author | Brad King <brad.king@kitware.com> | 2024-01-18 22:44:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-18 22:45:07 (GMT) |
commit | 4cd153afe324afb228c9123ace15c5bffcd4fbdf (patch) | |
tree | f044cc459e65f8b59a1b35012dfe4e1ad298a204 /Source/cmExportBuildFileGenerator.h | |
parent | c75047709f2ee2a3f8791f19b9ce8cc76e633521 (diff) | |
parent | d791f3a180c7231bc2b45c9204c0a912c06b91ee (diff) | |
download | CMake-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.h | 6 |
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); |