Fix problem on unix with space

This commit is contained in:
Andy Cedilnik 2002-11-29 18:56:22 -05:00
parent a4b04375d2
commit 43a4436551
1 changed files with 3 additions and 2 deletions

View File

@ -29,8 +29,9 @@ void cmGlobalUnixMakefileGenerator::EnableLanguage(const char* lang,
{
lang = "CXX";
}
std::string root
= cmSystemTools::ConvertToOutputPath(mf->GetDefinition("CMAKE_ROOT"));
//std::string root
// = cmSystemTools::ConvertToOutputPath(mf->GetDefinition("CMAKE_ROOT"));
std::string root = mf->GetDefinition("CMAKE_ROOT");
std::string rootBin = mf->GetHomeOutputDirectory();
if(m_ConfiguredFilesPath.size())
{