mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Leave the cmTarget method behind for now to implement cmInstallCommand.
This commit is contained in:
@@ -1082,7 +1082,7 @@ cmExportFileGenerator
|
||||
}
|
||||
|
||||
// Mark the imported library if it is a framework.
|
||||
if(target->Target->IsFrameworkOnApple())
|
||||
if(target->IsFrameworkOnApple())
|
||||
{
|
||||
os << "set_property(TARGET " << targetName
|
||||
<< " PROPERTY FRAMEWORK 1)\n";
|
||||
|
||||
Reference in New Issue
Block a user