diff options
author | Brad King <brad.king@kitware.com> | 2019-05-24 14:38:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-24 14:41:48 (GMT) |
commit | 2b8e5a3ba772d6df6e56a28d8645127008636b03 (patch) | |
tree | 4ea9ebf4dcf5ea932f7c026c612794e377fe585b | |
parent | 3b7894b96c53dad1818588ebb3577d5ef863e5c2 (diff) | |
parent | 25b2c7e4cd4e24a7723f5701afc1555a1a065301 (diff) | |
download | CMake-2b8e5a3ba772d6df6e56a28d8645127008636b03.zip CMake-2b8e5a3ba772d6df6e56a28d8645127008636b03.tar.gz CMake-2b8e5a3ba772d6df6e56a28d8645127008636b03.tar.bz2 |
Merge topic 'ninja-pool-link-doc-nit'
25b2c7e4cd Help/CMAKE_JOB_POOL_LINK: match the header line with the variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3369
-rw-r--r-- | Help/variable/CMAKE_JOB_POOL_LINK.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_JOB_POOL_LINK.rst b/Help/variable/CMAKE_JOB_POOL_LINK.rst index 338f771..eeee6e0 100644 --- a/Help/variable/CMAKE_JOB_POOL_LINK.rst +++ b/Help/variable/CMAKE_JOB_POOL_LINK.rst @@ -1,5 +1,5 @@ CMAKE_JOB_POOL_LINK ----------------------- +------------------- This variable is used to initialize the :prop_tgt:`JOB_POOL_LINK` property on all the targets. See :prop_tgt:`JOB_POOL_LINK` |