Merge topic 'osx-sysroot-escape'

77b2e6f1 OS X: Escape path given to -isysroot flag
This commit is contained in:
Brad King 2014-02-13 10:28:29 -05:00 committed by CMake Topic Stage
commit aa23381253
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ void cmLocalGenerator::AddArchitectureFlags(std::string& flags,
flags += " ";
flags += sysrootFlag;
flags += " ";
flags += sysroot;
flags += this->Convert(sysroot, NONE, SHELL);
}
if (deploymentTargetFlag && *deploymentTargetFlag &&