mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
VS: Remove call to ConvertToWindowsExtendedPath with result discarded
Remove call to ConvertToWindowsExtendedPath. The call has no side effect and the return value is discarded.
This commit is contained in:
@@ -901,7 +901,6 @@ void cmGlobalVisualStudioGenerator::AddSymbolExportCommand(
|
||||
gt->LocalGenerator->ComputeObjectFilenames(mapping, gt);
|
||||
std::string obj_dir = gt->ObjectDirectory;
|
||||
std::string cmakeCommand = cmSystemTools::GetCMakeCommand();
|
||||
cmSystemTools::ConvertToWindowsExtendedPath(cmakeCommand);
|
||||
std::string obj_dir_expanded = obj_dir;
|
||||
cmSystemTools::ReplaceString(obj_dir_expanded, this->GetCMakeCFGIntDir(),
|
||||
configName.c_str());
|
||||
|
||||
Reference in New Issue
Block a user