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