Hello All,

I'm trying to disable incremental linking in my VS2008 project. To
achieve it I used CMAKE_EXE_LINKER_FLAGS and CMAKE_EXTRA_LINK_FLAGS
flags.

SET( CMAKE_EXTRA_LINK_FLAGS "${CMAKE_EXTRA_LINK_FLAGS} /INCREMENTAL:NO" )

Unfortunately, neiher first nor send flags does not affect generated
VS project file. For Debug, RelWithDebInfo configurations I still see
/INCREMENTAL.

How should I fix this issue?

Thanks.

Dima

-- 
Best regards,
 Dmitriy                          mailto:dmitriy.ovdie...@gmail.com

_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to