mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Fix problem on unix with space
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user