mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmLocalGenerator: Remove 'optional' parameter from Convert.
Port callers away from it.
This commit is contained in:
@@ -923,10 +923,7 @@ cmVisualStudio10TargetGenerator::ConvertPath(std::string const& path,
|
||||
return forceRelative
|
||||
? cmSystemTools::RelativePath(
|
||||
this->Makefile->GetCurrentBinaryDirectory(), path.c_str())
|
||||
: this->LocalGenerator->Convert(path.c_str(),
|
||||
cmLocalGenerator::START_OUTPUT,
|
||||
cmLocalGenerator::UNCHANGED,
|
||||
/* optional = */ true);
|
||||
: path.c_str();
|
||||
}
|
||||
|
||||
void cmVisualStudio10TargetGenerator::ConvertToWindowsSlash(std::string& s)
|
||||
|
||||
Reference in New Issue
Block a user