Browse Source

Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docs

pull/319/head
silvioprog 8 years ago
committed by Brad King
parent
commit
99e473ca83
  1. 2
      Help/variable/CMAKE_INCLUDE_CURRENT_DIR.rst

2
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`

Loading…
Cancel
Save