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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to