[CMake] Calling find_package(self) for in-project builds

Dan Liew dan at su-root.co.uk
Thu Jun 2 23:45:27 EDT 2016


> What would be the suggested way to handle this?

Couldn't you build the examples using CMake's ``ExternalProject``
module [1] and have that build after the main project has finished
building?

[1] https://cmake.org/cmake/help/v3.5/module/ExternalProject.html


More information about the CMake mailing list