mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Partial fix from bug #10503, use full paths to fix custom commands.
This fixes tests ExternalProject and LinkDirectory for VS 2010.
This commit is contained in:
@@ -169,7 +169,7 @@ cmLocalVisualStudioGenerator
|
||||
script += newline;
|
||||
newline = newline_text;
|
||||
script += "cd ";
|
||||
script += this->Convert(workingDirectory, START_OUTPUT, SHELL);
|
||||
script += this->Convert(workingDirectory, FULL, SHELL);
|
||||
|
||||
// Change the working drive.
|
||||
if(workingDirectory[0] && workingDirectory[1] == ':')
|
||||
|
||||
Reference in New Issue
Block a user