mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
install(EXPORT): Export find_dependency() calls
Issue: #20511 Co-Authored-by: Brad King <brad.king@kitware.com> Co-Authored-by: Robert Maynard <rmaynard@nvidia.com>
This commit is contained in:
@@ -49,6 +49,7 @@ protected:
|
||||
cmGeneratorTarget const* target,
|
||||
ImportPropertyMap const& properties) override;
|
||||
void GenerateMissingTargetsCheckCode(std::ostream& os) override;
|
||||
void GenerateFindDependencyCalls(std::ostream&) override {}
|
||||
void GenerateInterfaceProperties(
|
||||
cmGeneratorTarget const* target, std::ostream& os,
|
||||
const ImportPropertyMap& properties) override;
|
||||
|
||||
Reference in New Issue
Block a user