mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
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
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user