summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst b/share/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst
deleted file mode 100755
index 360b403..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_INCLUDE_PATH.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-CMAKE_INCLUDE_PATH
-------------------
-
-Path used for searching by FIND_FILE() and FIND_PATH().
-
-Specifies a path which will be used both by FIND_FILE() and
-FIND_PATH(). Both commands will check each of the contained
-directories for the existence of the file which is currently searched.
-By default it is empty, it is intended to be set by the project. See
-also CMAKE_SYSTEM_INCLUDE_PATH, CMAKE_PREFIX_PATH.