<p>Do you mean not even build subdirectories?</p>
<div class="gmail_quote">On Feb 24, 2011 11:09 PM, "Mark Miller" <<a href="mailto:miller86@llnl.gov">miller86@llnl.gov</a>> wrote:<br type="attribution">> I am on a large project that uses CMake. I do my development primarily<br>
> on Linux. Prior to introduction of CMake, the makefiles we produced<br>> would be such that I could cd into some directory and type something<br>> like 'make -j 4' and it would make everything in that directory AND ONLY<br>
> that directory, in parallel.<br>> <br>> However, now with the Makefiles that CMake is producing, that is no<br>> longer possible. Or, at least I don't know how to invoke either CMake<br>> (to generate the Makefiles) or perhaps make with appropriate variable(s)<br>
> set to affect desired behavior.<br>> <br>> Does anyone know of a way to do this? Is there a way to invoke CMake<br>> such that the resulting Makefiles do not 'follow dependencies' out of<br>> cwd? Or, are there maybe some Make variables CMake defines that I can<br>
> then pass to Make to prevent it from following dependencies out of cwd?<br>> <br>> I suppose I'd even accept a solution that required (minor) adjustments<br>> to top-level CMakeLists.txt file to affect this behavior.<br>
> <br>> Thanks in advance for any help.<br>> <br>> Mark<br>> <br>> <br>> <br>> -- <br>> Mark C. Miller, Lawrence Livermore National Laboratory<br>> ================!!LLNL BUSINESS ONLY!!================<br>
> <a href="mailto:miller86@llnl.gov">miller86@llnl.gov</a> urgent: <a href="mailto:miller86@pager.llnl.gov">miller86@pager.llnl.gov</a><br>> T:8-6 (925)-423-5901 M/W/Th:7-12,2-7 (530)-753-8511<br>> <br>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>> <br>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">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">http://www.cmake.org/mailman/listinfo/cmake</a><br></div>