summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find-lib32.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-29 12:19:46 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-01 12:25:17 (GMT)
commite82c33b88c566cd5388f4ce26a1d82b3ecafcc12 (patch)
tree9f553e8e09c7a9145d95d9494237e0d8cdf47f33 /Help/release/dev/find-lib32.rst
parent9921b2f8c897d6981e9003353962529d0d52f580 (diff)
downloadCMake-e82c33b88c566cd5388f4ce26a1d82b3ecafcc12.zip
CMake-e82c33b88c566cd5388f4ce26a1d82b3ecafcc12.tar.gz
CMake-e82c33b88c566cd5388f4ce26a1d82b3ecafcc12.tar.bz2
Help: Consolidate 3.7 release notes
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.7.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-lib32.rst')
-rw-r--r--Help/release/dev/find-lib32.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/find-lib32.rst b/Help/release/dev/find-lib32.rst
deleted file mode 100644
index 00818dc..0000000
--- a/Help/release/dev/find-lib32.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-find-lib32
-----------
-
-* The :command:`find_library` and :command:`find_package` commands learned
- to search in ``lib32/`` directories when the build targets a 32-bit
- architecture. See the :prop_gbl:`FIND_LIBRARY_USE_LIB32_PATHS` global
- property.