On Fri, Apr 5, 2013 at 10:26 AM, Brad King <[email protected]> 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 >
-- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
