diff options
author | Brad King <brad.king@kitware.com> | 2016-06-01 13:10:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-01 13:12:10 (GMT) |
commit | c5df7483f50876de5f5e50280ff6557e4ba39d15 (patch) | |
tree | fb92b57fe9d4ac4365494f91034cadeb70fbf859 /Help/release/dev/find-command-prefix-from-PATH-windows-only.rst | |
parent | 62adedbf5e4fd54fc017cf78a8127875260f84a4 (diff) | |
download | CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.zip CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.tar.gz CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.tar.bz2 |
Help: Consolidate 3.6 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.6.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-command-prefix-from-PATH-windows-only.rst')
-rw-r--r-- | Help/release/dev/find-command-prefix-from-PATH-windows-only.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/dev/find-command-prefix-from-PATH-windows-only.rst b/Help/release/dev/find-command-prefix-from-PATH-windows-only.rst deleted file mode 100644 index be6eb3e..0000000 --- a/Help/release/dev/find-command-prefix-from-PATH-windows-only.rst +++ /dev/null @@ -1,12 +0,0 @@ -find-command-prefix-from-PATH-windows-only ------------------------------------------- - -* The :command:`find_library`, :command:`find_path`, and :command:`find_file` - commands no longer search in installation prefixes derived from the ``PATH`` - environment variable on non-Windows platforms. This behavior was added in - CMake 3.3 to support Windows hosts but has proven problematic on UNIX hosts. - Users that keep some ``<prefix>/bin`` directories in the ``PATH`` just for - their tools do not necessarily want any supporting ``<prefix>/lib`` - directories searched. One may set the ``CMAKE_PREFIX_PATH`` environment - variable with a :ref:`;-list <CMake Language Lists>` of prefixes that are - to be searched. |