<html><head></head><body bgcolor="#FFFFFF"><div>That is very encouraging. I remembered getting problems but haven't tried on 2.8.8 yet I guess. Thanks, I'll try it soon.&nbsp;<br><br>Sent from my iPhone</div><div><br>On Jun 22, 2012, at 13:32, David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><br><br><div class="gmail_quote">On Fri, Jun 22, 2012 at 12:10 PM, Leif Walsh <span dir="ltr">&lt;<a href="mailto:leif.walsh@gmail.com" target="_blank">leif.walsh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Suppose I have two projects, A and B. &nbsp;A builds a shared lib that links with a static lib in B.<br>
<br>
Sometimes, I want to build and test B by itself. &nbsp;Other times I want to build A, which requires building B.<br>
<br>
For now, I manually (or with a script) build B, then set an environment variable to say where the built static lib is, and then build A (which uses the environment variable). &nbsp;This is...not superb.<br>
<br>
If I wrote A's CMakeLists.txt to have add_subdirectory(B), it would error when it hit B's project(B). &nbsp;It probably would work (with some tweaking) if I removed project(B), but then I couldn't build B by itself.<br>
</blockquote><div><br></div><div>What is the error? This should work just fine. We have several project() commands in many projects (VTK, for example) and they are intended to work well that way. Each project() command maps to a generated *.sln file with the Visual Studio generators.</div>
<div><br></div><div>It is recommended to have only one project command per-CMakeLists file, but even multiple calls are supported.</div><div><br></div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Is there a "right way" to do this? &nbsp;Is there a good, reliable way to detect that project(A) has already been called, and then (if that's the case) skip project(B)? &nbsp;Will that work?<br>
<br>
--<br>
Cheers,<br>
Leif<br>
<br>
--<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>
</div></blockquote></body></html>