<div>hi,</div>
<div>i&#39;m try to fixed /INCREMENTAL to /INCREMENTAL:NO</div>
<div>i&#39;ve seen on <a href="http://cmake.org">cmake.org</a> that it&#39;s set with ADD_DEFINITIONS.</div>
<div>Despite all that, i still have a project with INCREMENTAL fix to YES</div>
<div>&nbsp;</div>
<div>here is&nbsp;my code. It is a hello world project (i&#39;m just&nbsp;starting :) )</div>
<div>&nbsp;</div>
<div>project (HELLO)<br>set(CMAKE_USE_RELATIVE_PATH &quot;true&quot;)<br>SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) <br>SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) </div>
<div>&nbsp;</div>
<div>add_definitions(/INCREMENTAL:NO)</div>
<div><br># Recurse into the &quot;Hello&quot; and &quot;Demo&quot; subdirectories.&nbsp; This does not actually<br># cause another cmake executable to run.&nbsp; The same process will walk through<br># the project&#39;s entire directory structure.<br>
subdirs(Hello Demo)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>thanks very much </div>
<div>&nbsp;</div>
<div>Ingrid</div>