diff options
author | Brad King <brad.king@kitware.com> | 2022-01-27 16:12:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-01-27 16:12:45 (GMT) |
commit | 93daefc90539261df7de3c14108db83e2abb202e (patch) | |
tree | 6db7887d028276e8bb594073adf2394bb43d5684 | |
parent | f4893ac0b15b939859a599fca8fb0beca814ba93 (diff) | |
parent | 1f4c1d17357cf581776f98e688c6415a8438ba44 (diff) | |
download | CMake-93daefc90539261df7de3c14108db83e2abb202e.zip CMake-93daefc90539261df7de3c14108db83e2abb202e.tar.gz CMake-93daefc90539261df7de3c14108db83e2abb202e.tar.bz2 |
Merge topic 'doc_fixes'
1f4c1d1735 Help: Add missing word in CMAKE_CURRENT_{BINARY,SOURCE}_DIR
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6907
-rw-r--r-- | Help/variable/CMAKE_CURRENT_BINARY_DIR.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst b/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst index 40496b5..8fc85ee 100644 --- a/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst +++ b/Help/variable/CMAKE_CURRENT_BINARY_DIR.rst @@ -3,7 +3,7 @@ CMAKE_CURRENT_BINARY_DIR The path to the binary directory currently being processed. -This the full path to the build directory that is currently being +This is the full path to the build directory that is currently being processed by cmake. Each directory added by :command:`add_subdirectory` will create a binary directory in the build tree, and as it is being processed this variable will be set. For in-source builds this is the diff --git a/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst b/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst index c1b755a..1a25efc 100644 --- a/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst +++ b/Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst @@ -3,7 +3,7 @@ CMAKE_CURRENT_SOURCE_DIR The path to the source directory currently being processed. -This the full path to the source directory that is currently being +This is the full path to the source directory that is currently being processed by cmake. When run in -P script mode, CMake sets the variables |