Look through your CMakeLists where it is defined. AFAIK CMake doesn&#39;t add it if you don&#39;t ask. Then, there are options: if it is added via add_definitions() then you can use remove_definitions to remove this macro for single project. If it is passed via COMPILE_FLAGS - then you have to adjust them for example, with string(replace).<br>
<br><div class="gmail_quote">2011/7/12 火灵 <span dir="ltr">&lt;<a href="mailto:348774226@qq.com">348774226@qq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="font-family:Times New Roman;font-size:medium">
<div>Hi everyone,</div>
<div> </div>
<div>I use CMake in Visual Studio 2008. When I generate MFC projects, in the &quot;Preprocessor Definitions&quot; there is an option &quot;NOMINMAX&quot;. Anyone knows how to remove it use CMake? Thank you!</div>
<div> </div>
<div>Best Regards</div>
<div>Shuiling</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>