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

Brad King brad.king at kitware.com
Fri Apr 5 13:26:41 EDT 2013


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".

-Brad



More information about the cmake-developers mailing list