[CMake] builds using mingw with sources on different drive

Brad King brad.king at kitware.com
Fri Apr 8 15:42:41 EDT 2011


On 03/29/2011 09:54 AM, Brad King wrote:
> The fix in this case is in Source/cmLocalUnixMakefileGenerator3.cxx
> in the CreateCDCommand method.  Try changing the two appearances of
> 
>   cmd = "cd "
> 
> in the Windows case to
> 
>   cmd = "cd /d "

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b5676134

-Brad


More information about the CMake mailing list