diff options
Diffstat (limited to 'Help/release/dev/console-pool.rst')
-rw-r--r-- | Help/release/dev/console-pool.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/console-pool.rst b/Help/release/dev/console-pool.rst deleted file mode 100644 index 1d9bdb8..0000000 --- a/Help/release/dev/console-pool.rst +++ /dev/null @@ -1,10 +0,0 @@ -console-pool ------------- - -* The :command:`add_custom_command` and :command:`add_custom_target` - commands learned a new ``USES_TERMINAL`` option to request that - the command be given direct access to the terminal if possible. - The :generator:`Ninja` generator will places such commands in the - ``console`` pool. Build targets provided by CMake that are meant - for individual interactive use, such as ``install``, are now - placed in this pool. |