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