[CMake] build order
David Cole
DLRdave at aol.com
Sat Dec 19 08:18:30 EST 2015
Build the second thing as an ExternalProject, too, and use the DEPENDS keyword to make it build after the first thing.
Don't try to mix-and-match external projects and non-external projects in the same CMake configure... It's just too much work to get things working in a reasonable cross-platform way. It's possible, but certainly not easy.
David
> On Dec 18, 2015, at 3:29 PM, Owen Hogarth II <gurenchan at gmail.com> wrote:
>
> If you download, compile and install a cmake project through external project
>
> How can I make sure that the external project is built before something that depends on that external project?
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list