<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I am experiencing what I consider a bug with the Ninja generator on Windows.&nbsp; I am using CMake 2.8.11.1 and I believe the latest Ninja from github.&nbsp; However, I do not believe this to be version specific.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Some of my builds use add_custom_command specifying WORKING_DIRECTORY as an argument.&nbsp; When I have WORKING_DIRECTORY set to a directory on a drive that is not the same as my CMake build directory ninja builds will fail because it attempts
 to set the working directory by simply cd&#8217;ing to the WORKING_DIRECTORY.&nbsp; In the windows cmd prompts this will fail because you need to issue 2 commands.&nbsp; For instance if my CMake build directory is on C:\build_dir and the working directory is on Z:\working_dir
 ninja should issue:<br>
&nbsp;&nbsp; Z:</p>
<p class="MsoNormal">&nbsp;&nbsp; cd Z:\working_dir</p>
<p class="MsoNormal">instead of just:<br>
&nbsp;&nbsp; cd Z:\working_dir</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">The annoying part of the bug is that the cd to Z:\working_dir command technically succeeds but doesn&#8217;t change the current working directory.&nbsp; Then the custom command itself will fail rather than the ninja command trying to cd because it
 is in the wrong working directory.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Am I mistaken or is this the behavior that others experience as well?</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I imagine this would be an easy bug to fix and since I do these types of builds often it would be very much appreciated if it was.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">-Kris Malfettone</p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction,
 disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security
 or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments
 is free of viruses.<br>
</font>
</body>
</html>