summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find_library-custom-lib-suffix.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-02 13:35:52 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-02 13:35:52 (GMT)
commit7bc264305037b9aa7a6f58400c81b33879dac369 (patch)
tree64f4799b8b3ae7ecc0be0b5717a1234e4d0d9744 /Help/release/dev/find_library-custom-lib-suffix.rst
parent3216c2178cfcc75d48f383a76ccff4aa052b5fdc (diff)
downloadCMake-7bc264305037b9aa7a6f58400c81b33879dac369.zip
CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.gz
CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.bz2
Help: Consolidate 3.9 release notes
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.9.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/find_library-custom-lib-suffix.rst')
-rw-r--r--Help/release/dev/find_library-custom-lib-suffix.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/find_library-custom-lib-suffix.rst b/Help/release/dev/find_library-custom-lib-suffix.rst
deleted file mode 100644
index 824b27e..0000000
--- a/Help/release/dev/find_library-custom-lib-suffix.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-find_library-custom-lib-suffix
-------------------------------
-
-* A :variable:`CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable was added to
- tell the :command:`find_library` command to search in a ``lib<suffix>``
- directory before each ``lib`` directory that would normally be searched.