Never use &quot;rebuild all&quot; with a cmake generated *.sln file... Just use &quot;Build Solution&quot;...<br><br><br><div class="gmail_quote">On Mon, Mar 22, 2010 at 9:41 AM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">On Mon, Mar 22, 2010 at 9:32 AM, Benoit Thomas<br>
<div class="im">&lt;<a href="mailto:benoit.thomas@gameloft.com">benoit.thomas@gameloft.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Yes that&#39;s what I mean, cmake re-runs from the root directory of the<br>
&gt; project, for every target in my project.<br>
&gt;<br>
&gt; Which means when I do a rebuild all in visual studio, every target in my<br>
&gt; project re-runs the root CMakeLists.txt, which re-build the whole visual<br>
&gt; studio solution. On my quad core, this means 8 cmake run at the same time,<br>
&gt; and they all do the same job.<br>
&gt;<br>
</div>I do not have this on my i7. CMake 2.8.1 appears to be single threaded.<br>
<div class="im">&gt;<br>
&gt; Currently, when I generate a Visual Studio project from cmake, I have to<br>
&gt; manually delete all CMakeLists.txt from every target in order to be able to<br>
&gt; use the rebuild all in Visual Stduio.<br>
&gt;<br>
</div>I definitely do not have that.<br>
<div class="im">&gt;<br>
&gt; So, I was looking for an option to disable it, or override this behavior.<br>
&gt;<br>
&gt; I hope this explain it better (I&#39;m still new to cmake).<br>
&gt;<br>
&gt; Thank you,<br>
&gt; Ben.<br>
&gt;<br>
&gt; On 2010-03-22 04:52, David Cole wrote:<br>
&gt;<br>
&gt; On Fri, Mar 19, 2010 at 5:28 PM, Benoit Thomas &lt;<a href="mailto:benoit.thomas@gameloft.com">benoit.thomas@gameloft.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; I have the following directory structure<br>
&gt;&gt;<br>
&gt;&gt;    root<br>
&gt;&gt;      |--- project A<br>
&gt;&gt;      |--- project B<br>
&gt;&gt;<br>
&gt;&gt; Project A &amp; B both have their cmakelists.txt file<br>
&gt;&gt;<br>
<br>
</div>I use this and do not see the effect you are describing.<br>
<div class="im"><br>
&gt;&gt; Root has a cmakelists.txt file which does add_subdirectory for project A<br>
&gt;&gt; and B<br>
&gt;&gt;<br>
&gt;&gt; When I generate the tree in visual studio, I have a solution with both<br>
&gt;&gt; projects; and both project A &amp; B have their corresponding cmakelists.txt<br>
&gt;&gt; added to the project.<br>
&gt;&gt;<br>
&gt;&gt; However, the command line for the custom build steps on those files refer<br>
&gt;&gt; to root/cmakelists.txt and not project A or B/cmakelists.txt<br>
&gt;&gt;<br>
&gt;&gt; My problem come when I do a rebuild all, both project A &amp; B tries to<br>
&gt;&gt; rebuild both projects and it creates other problems; I have to manually run<br>
&gt;&gt; cmake root in command prompt before continuing the build.<br>
&gt;&gt;<br>
&gt;&gt; My real project is far bigger than what I explain here, but I do not know<br>
&gt;&gt; what I&#39;m doing wrong. Can I override this custom build step ? Or can I<br>
&gt;&gt; simply disable it ?<br>
&gt;&gt;<br>
&gt;&gt; Thank you,<br>
&gt;&gt; Ben.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Regardless of which CMakeLists.txt file you edit, cmake always re-runs from<br>
&gt; the root directory of the project. Is that what you mean?<br>
&gt; Or are you running some custom build steps using add_custom_command that are<br>
&gt; behaving differently than you expect?<br>
&gt;<br>
&gt; HTH,<br>
&gt; David<br>
&gt;<br>
&gt;<br>
</div><div class="im">&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
<br>
<br>
<br>
</div>--<br>
John M. Drescher<br>
<font color="#888888"><br>
<br>
<br>
--<br>
John M. Drescher<br>
</font><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>