I am using cmake 2.8.0 to build my VS2012 solution that has multiple projects. For each project, I wish to set the properties->Linker-> Enable Incremental Linking to NO for each project.
There are flags such as CMAKE_EXE_LINKER_FLAGS_DEBUG that can probably be used. I am not sure though, tried some online help as well to no effect.
Please advise