Fix problem on unix with space
This commit is contained in:
parent
a4b04375d2
commit
43a4436551
|
@ -29,8 +29,9 @@ void cmGlobalUnixMakefileGenerator::EnableLanguage(const char* lang,
|
||||||
{
|
{
|
||||||
lang = "CXX";
|
lang = "CXX";
|
||||||
}
|
}
|
||||||
std::string root
|
//std::string root
|
||||||
= cmSystemTools::ConvertToOutputPath(mf->GetDefinition("CMAKE_ROOT"));
|
// = cmSystemTools::ConvertToOutputPath(mf->GetDefinition("CMAKE_ROOT"));
|
||||||
|
std::string root = mf->GetDefinition("CMAKE_ROOT");
|
||||||
std::string rootBin = mf->GetHomeOutputDirectory();
|
std::string rootBin = mf->GetHomeOutputDirectory();
|
||||||
if(m_ConfiguredFilesPath.size())
|
if(m_ConfiguredFilesPath.size())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue