CMake/Tests/RunCMake/ExternalProject
James Johnston e494763997 ExternalProject: Added new USES_TERMINAL options
Added new USES_TERMINAL option to the ExternalProject_Add_Step
function.  This option passes USES_TERMINAL to the underlying
add_custom_command call so that the Ninja console pool is used.
Also, corresponding new USES_TERMINAL_<step> options were added
to the ExternalProject_Add function.

Justification: if using Ninja with a CMake superbuild, it's often
desirable to limit the superbuild to ONE sub-Ninja process at a
time to avoid oversubscribing the CPU.  Using the console pool also
makes it easy to monitor the progress of the sub-Ninja process.

Independent USES_TERMINAL_<step> arguments are passed to
ExternalProject_Add instead of one USES_TERMINAL argument that
controls everything.  Users may wish to run some steps in parallel
but not others (e.g. parallelize configure but not build).
2015-07-06 14:51:40 -04:00
..
Add_StepDependencies.cmake ExternalProject: Add unit tests 2014-11-03 16:15:14 +01:00
Add_StepDependencies_iface-result.txt ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_iface-stderr.txt ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_iface.cmake ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_iface_step-result.txt ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_iface_step-stderr.txt ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_iface_step.cmake ExternalProject: Allow dependencies on INTERFACE libraries 2015-04-22 08:48:52 -04:00
Add_StepDependencies_no_target.cmake ExternalProject: Add unit tests 2014-11-03 16:15:14 +01:00
CMAKE_CACHE_ARGS-check.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMAKE_CACHE_ARGS.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMAKE_CACHE_DEFAULT_ARGS-check.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMAKE_CACHE_DEFAULT_ARGS.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMAKE_CACHE_mix-check.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMAKE_CACHE_mix.cmake ExternalProject: Allow generator expressions in initial cache options 2015-04-21 10:50:29 -04:00
CMakeLists.txt ExternalProject: Add unit tests for CMAKE_CACHE_DEFAULT_ARGS 2014-10-31 11:34:11 -04:00
NO_DEPENDS-stderr.txt ExternalProject: Add unit tests 2014-11-03 16:15:14 +01:00
NO_DEPENDS.cmake ExternalProject: Add unit tests 2014-11-03 16:15:14 +01:00
NoOptions-result.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
NoOptions-stderr.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
NoOptions.cmake ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
RunCMakeTest.cmake ExternalProject: Added new USES_TERMINAL options 2015-07-06 14:51:40 -04:00
SourceEmpty-result.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
SourceEmpty-stderr.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
SourceEmpty.cmake ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
SourceMissing-result.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
SourceMissing-stderr.txt ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
SourceMissing.cmake ExternalProject: Improve error when SOURCE_DIR is missing (#15560) 2015-05-08 09:20:43 -04:00
UsesTerminal-check.cmake ExternalProject: Added new USES_TERMINAL options 2015-07-06 14:51:40 -04:00
UsesTerminal.cmake ExternalProject: Added new USES_TERMINAL options 2015-07-06 14:51:40 -04:00