Hello,Andreas!<br>Thanks for your comments. I am working in command line, use nmake.<br>So In here does not exist any Visual IDE stuff.<br><br><div class="gmail_quote">2012/9/20 Andreas Haferburg <span dir="ltr">&lt;<a href="mailto:ahaferburg@scopis.com" target="_blank">ahaferburg@scopis.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Yuchen,<br>
<br>
we&#39;re using the same way to enable /MP, and it works for us. You didn&#39;t say exactly what doesn&#39;t work, so I&#39;m left to guessing.<br>
<br>
Have you checked in Visual Studio if the flag is set (Project properties-&gt;C/C++-&gt;Command Line)? Maybe there&#39;s a conflicting option enabled? Or maybe you&#39;re changing the CMAKE_CXX_FLAGS variable too late, e.g. after calling add_executable()?<br>


<br>
Have you checked the value in Tools-&gt;Options-&gt;Projects and Solutions-&gt;VC++ Project Settings-&gt;Maximum ...<br>
<br>
Best regards,<br>
Andreas<div><div class="h5"><br>
<br>
<br>
On 20.09.2012 10:45, Loaden wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi, there!<br>
I am using Windows SDK 7.1 + nmake + CMake for building Windows applications.<br>
Follow these:<br>
<a href="http://www.cmake.org/pipermail/cmake/2009-April/028668.html" target="_blank">http://www.cmake.org/<u></u>pipermail/cmake/2009-April/<u></u>028668.html</a><br>
<a href="http://msdn.microsoft.com/en-us/library/bb385193.aspx" target="_blank">http://msdn.microsoft.com/en-<u></u>us/library/bb385193.aspx</a><br>
I can&#39;t make /MP option works after this change in CMake&#39;s main CMakeLists.txt<br>
<br>
    if (MSVC)<br>
       SET(CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} /MP&quot;)<br>
       SET(CMAKE_C_FLAGS &quot;${CMAKE_C_FLAGS} /MP&quot;)<br>
       message(STATUS &quot;CMAKE_CXX_FLAGS = ${CMAKE_CXX_FLAGS}&quot;)<br>
       message(STATUS &quot;CMAKE_C_FLAGS = ${CMAKE_C_FLAGS}&quot;)<br>
    endif()<br>
<br>
<br>
I know Jom which is a good choice for speed up compilation, but some times, it will broken my builds.<br>
See: <a href="http://qt-project.org/wiki/jom" target="_blank">http://qt-project.org/wiki/jom</a><br>
<br>
Am I lost some option? does there exist an valid way?<br>
or, It&#39;s just a bug from CMake self?<br>
Thanks a lot!<br>
<br>
--<br>
Best Regards<br>
Yuchen<br>
<br>
<br>
<br></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/<u></u>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/<u></u>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/<u></u>listinfo/cmake</a><br>
<br>
</blockquote>
<br>
<br>
-- <br>
Scopis GmbH<br>
Blücherstr. 22<br>
10961 Berlin<br>
Germany<br>
<br>
E-Mail: <a href="mailto:ahaferburg@scopis.com" target="_blank">ahaferburg@scopis.com</a><br>
Tel.: +49 (30) 39 82 05 98<br>
Fax.: +49 (30) 39 82 05 99<br>
Internet: <a href="http://www.scopis.com" target="_blank">www.scopis.com</a><br>
<br>
HRB 128315 Berlin Charlottenburg<br>
USt-IdNr.: DE272721463<br>
Steuernummer: 29/014/02034<br>
Geschäftsführer:  Bartosz Kosmecki<br>
<br>
Diese E-mail, einschließlich der Anhänge, ist ausschließlich für den oben genannten Adressaten bestimmt und beinhaltet vertrauliche und/oder gesetzlich geschützte Informationen. Jedem anderen Empfänger ist die Vervielfältigung, Weitergabe oder Veröffentlichung untersagt. Falls Sie diese Mitteilung irrtümlicherweise erhalten haben, bitten wir um sofortige Information an den Absender und Vernichtung der E-mail.<br>


<br>
This e-mail, including the attachments, is for the exclusive use of the above-named addresses and contains confidential information and/or information protected by law. Any other recipient is prohibited from duplicating, passing on to third parties, or publishing this information. If by error you are the recipient of this communication please inform the sender immediately and permanently delete this e-mail.<br>


</blockquote></div><br><br clear="all"><br>-- <br><div>Best Regards</div>
<div>Yuchen</div><br>
<div></div>