mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
BUG: make sure install works with spaces in the path
This commit is contained in:
@@ -258,8 +258,8 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||
std::string odir = mf->GetCurrentOutputDirectory();
|
||||
odir += "/" + (*i).first;
|
||||
cmSystemTools::ConvertToUnixSlashes(odir);
|
||||
fout << "INCLUDE(" << odir.c_str()
|
||||
<< "/cmake_install.cmake)" << std::endl;
|
||||
fout << "INCLUDE(\"" << odir.c_str()
|
||||
<< "/cmake_install.cmake\")" << std::endl;
|
||||
}
|
||||
fout << std::endl;;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user