mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmInstallTargetGenerator: Port to cmGeneratorTarget.
This commit is contained in:
@@ -398,7 +398,7 @@ cmExportInstallFileGenerator
|
||||
}
|
||||
|
||||
// Get the target to be installed.
|
||||
cmTarget* target = itgen->GetTarget();
|
||||
cmTarget* target = itgen->GetTarget()->Target;
|
||||
|
||||
// Construct the installed location of the target.
|
||||
std::string dest = itgen->GetDestination(config);
|
||||
|
||||
Reference in New Issue
Block a user