summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst b/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst
deleted file mode 100755
index 4778646..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_SYSTEM_LIBRARY_PATH.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-CMAKE_SYSTEM_LIBRARY_PATH
--------------------------
-
-Path used for searching by FIND_LIBRARY().
-
-Specifies a path which will be used by FIND_LIBRARY(). FIND_LIBRARY()
-will check each of the contained directories for the existence of the
-library which is currently searched. By default it contains the
-standard directories for the current system. It is NOT intended to be
-modified by the project, use CMAKE_LIBRARY_PATH for this. See also
-CMAKE_SYSTEM_PREFIX_PATH.