>
>
> I'm doing something similar, but I hit a problem when adding the
> dependencies
> so that the external projects are actually built.
> The issues is that it is currently not possible to use add_dependencies()
> with
> imported targets, here's the issue for it:
> http://public.kitware.com/Bug/view.php?id=10395
>
> Would that help in your case too ?
>
>
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's really... how do I say... god awful.  CMake just
doesn't play nice with itself (i.e. importing third party source packages
with CMake build specs).
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to