mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Merge topic 'framework-refactor'
373faae Refactor how bundles and frameworks are supported.
This commit is contained in:
@@ -143,7 +143,7 @@ cmExportBuildFileGenerator
|
||||
std::string prop = "IMPORTED_LOCATION";
|
||||
prop += suffix;
|
||||
std::string value;
|
||||
if(target->IsFrameworkOnApple() || target->IsAppBundleOnApple())
|
||||
if(target->IsAppBundleOnApple())
|
||||
{
|
||||
value = target->GetFullPath(config, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user