[cmake-developers] project file conflict;An ah-hah moment

J Decker d3ck0r at gmail.com
Fri Apr 5 16:23:15 EDT 2013


On Fri, Apr 5, 2013 at 10:26 AM, Brad King <brad.king at kitware.com> wrote:

> On 04/05/2013 12:50 PM, J Decker wrote:
> > # commenting this out also makes it not happen; but should not affect
> the incremental link file name...
> > SET_TARGET_PROPERTIES( video_link_server.isp PROPERTIES
> >                        SUFFIX ""
> >                      )
>
> I can reproduce this in VS 2008, but there is nothing CMake can do.
> The generated project files do not include any information about
> the ".ilk" file; it is up to VS to construct that name.
>
> VS is taking the ".isp" suffix off and adding ".ilk" on because it
> expects to be stripping ".exe" or ".dll".
>
>
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.

the output names are video_link_server.exe and video_link_server.isp


> -Brad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130405/3eaa11f9/attachment.html>


More information about the cmake-developers mailing list