[cmake-developers] CMake, Ninja generator, and ExternalProjects
Matthew Woehlke
mw_triad at users.sourceforge.net
Fri Oct 3 11:36:44 EDT 2014
On 2014-07-25 17:05, Williams, Norman K wrote:
> There’s also the ‘console pool’ facility that would allow
> ExternalProject builds to display output, though that would get back
> to the Gmake issue of different processes interleaving output.
It wouldn't; the 'console' pool only permits one job at a time. So your
outer build would run serially, directly showing the output of whatever
(*one*) inner build is running at the time.
--
Matthew
More information about the cmake-developers
mailing list