Merge topic 'framework-refactor'

373faae Refactor how bundles and frameworks are supported.
This commit is contained in:
Brad King
2013-06-03 09:56:32 -04:00
committed by CMake Topic Stage
16 changed files with 229 additions and 169 deletions

View File

@@ -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);
}