summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst')
-rw-r--r--share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst b/share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
deleted file mode 100644
index 4a64e33..0000000
--- a/share/cmake-3.6/Help/variable/CMAKE_FIND_LIBRARY_SUFFIXES.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-CMAKE_FIND_LIBRARY_SUFFIXES
----------------------------
-
-Suffixes to append when looking for libraries.
-
-This specifies what suffixes to add to library names when the
-:command:`find_library` command looks for libraries. On Windows systems this
-is typically ``.lib`` and ``.dll``, meaning that when trying to find the
-``foo`` library it will look for ``foo.dll`` etc.