<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
<br>
</div>I&#39;m doing something similar, but I hit a problem when adding the dependencies<br>
so that the external projects are actually built.<br>
The issues is that it is currently not possible to use add_dependencies() with<br>
imported targets, here&#39;s the issue for it:<br>
<a href="http://public.kitware.com/Bug/view.php?id=10395" target="_blank">http://public.kitware.com/Bug/view.php?id=10395</a><br>
<br>
Would that help in your case too ?<br>
<br>
</blockquote></div><br>Yes I am having the same problems and I too have to  use the syntax add_dependencies(target_name dependentExternalProjectPackage) as stated in your bug report... it&#39;s really... how do I say... god awful.  CMake just doesn&#39;t play nice with itself (i.e. importing third party source packages with CMake build specs).<br>
<br><br>