diff options
author | Brad King <brad.king@kitware.com> | 2018-01-30 13:46:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-30 13:48:03 (GMT) |
commit | ed91b81c0d75e7dc84f7c1dc53c98732d56a0879 (patch) | |
tree | 3185a15e90bc673219c9a83599c7e659c7d2b69b /Help | |
parent | eddea58148223c545ad53523161e31fa544dc3c2 (diff) | |
parent | 99e473ca83f08f442be08c27d256ed0699f94c5f (diff) | |
download | CMake-ed91b81c0d75e7dc84f7c1dc53c98732d56a0879.zip CMake-ed91b81c0d75e7dc84f7c1dc53c98732d56a0879.tar.gz CMake-ed91b81c0d75e7dc84f7c1dc53c98732d56a0879.tar.bz2 |
Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR'
99e473ca Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1708
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst b/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst index 6eea322..98d99eb 100644 --- a/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst +++ b/Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst @@ -1,7 +1,7 @@ CMAKE_INCLUDE_CURRENT_DIR ------------------------- -Automatically add the current source- and build directories to the include path. +Automatically add the current source and build directories to the include path. If this variable is enabled, CMake automatically adds :variable:`CMAKE_CURRENT_SOURCE_DIR` and :variable:`CMAKE_CURRENT_BINARY_DIR` |