BUG: fix for bug 6193, fix xcode depend helper

This commit is contained in:
Bill Hoffman
2008-01-10 15:17:23 -05:00
parent d6a21fc25c
commit d92d51429e
2 changed files with 16 additions and 20 deletions
+3 -12
View File
@@ -238,18 +238,9 @@ cmInstallTargetGenerator
{
// Compute the build tree location of the framework directory
std::string from1 = fromDirConfig;
if(config && *config)
{
from1 += "/";
from1 += targetName;
from1 += ".framework";
}
else
{
// Remove trailing slashes... so that from1 ends with ".framework":
//
cmSystemTools::ConvertToUnixSlashes(from1);
}
// Remove trailing slashes... so that from1 ends with ".framework":
//
cmSystemTools::ConvertToUnixSlashes(from1);
files.push_back(from1);
type = cmTarget::INSTALL_DIRECTORY;