<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 5, 2013 at 10:26 AM, Brad King <span dir="ltr"><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/05/2013 12:50 PM, J Decker wrote:<br>
> # commenting this out also makes it not happen; but should not affect the incremental link file name...<br>
> SET_TARGET_PROPERTIES( video_link_server.isp PROPERTIES<br>
>                        SUFFIX ""<br>
>                      )<br>
<br>
</div>I can reproduce this in VS 2008, but there is nothing CMake can do.<br>
The generated project files do not include any information about<br>
the ".ilk" file; it is up to VS to construct that name.<br>
<br>
VS is taking the ".isp" suffix off and adding ".ilk" on because it<br>
expects to be stripping ".exe" or ".dll".<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div style><br></div><div style>Interesting; there isn't an option to override that... and /INCREMENTAL is implied in /DEBUG so turning it off isn't an option either.  Oh well, it works having put it in a subdirectory, so the outputs aren't in a similar place.</div>
<div style><br></div><div style>the output names are video_link_server.exe and video_link_server.isp </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888">
-Brad<br>
</font></span></blockquote></div><br></div></div>