diff options
author | silvioprog <silvioprog@gmail.com> | 2018-01-27 02:09:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-29 14:42:48 (GMT) |
commit | 99e473ca83f08f442be08c27d256ed0699f94c5f (patch) | |
tree | 9b21f857496c8824a87b4a99f1eb8da4e7db94c2 /Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst | |
parent | a24dbba3482d5c5b8542c56047ec78dd40215a06 (diff) | |
download | CMake-99e473ca83f08f442be08c27d256ed0699f94c5f.zip CMake-99e473ca83f08f442be08c27d256ed0699f94c5f.tar.gz CMake-99e473ca83f08f442be08c27d256ed0699f94c5f.tar.bz2 |
Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docs
Diffstat (limited to 'Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst')
-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` |