<br><div><br></div><div>I&#39;ve search a while and noticed several similar requests, but couldn&#39;t find a solution that works.</div><div><br></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: medium; "><pre>
<a href="http://www.mail-archive.com/cmake@cmake.org/msg19612.html">http://www.mail-archive.com/cmake@cmake.org/msg19612.html</a></pre><pre><a href="http://www.ogre3d.org/forums/viewtopic.php?f=4&amp;t=45160">http://www.ogre3d.org/forums/viewtopic.php?f=4&amp;t=45160</a></pre>
<pre><a href="http://www.ogre3d.org/forums/viewtopic.php?t=28115&amp;view=previous&amp;sid=4671d7d566b65f8a4475bad1da67c78f">http://www.ogre3d.org/forums/viewtopic.php?t=28115&amp;view=previous&amp;sid=4671d7d566b65f8a4475bad1da67c78f</a></pre>
<pre><br></pre><pre>        STRING(REPLACE &quot;INCREMENTAL:YES&quot; &quot;INCREMENTAL:NO&quot; replacementFlags ${CMAKE_EXE_LINKER_FLAGS_DEBUG}) 
        message (${replacementFlags})
        SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG ${replacementFlags}) 
                
                
        STRING(REPLACE &quot;INCREMENTAL:YES&quot; &quot;INCREMENTAL:NO&quot; replacementFlags2 ${CMAKE_EXE_LINKER_FLAGS}) 
        message (${replacementFlags2})
        SET(CMAKE_EXE_LINKER_FLAGS ${replacementFlag2}) 
        </pre><pre>Is there a method using CMake 2.8 or CMake 2.8.1 that works?</pre><pre>Thanks a lot,</pre><pre>Erwin</pre><pre><br></pre><pre><br></pre></span></div>