summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find_package-dir-sort.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/find_package-dir-sort.rst')
-rw-r--r--Help/release/dev/find_package-dir-sort.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Help/release/dev/find_package-dir-sort.rst b/Help/release/dev/find_package-dir-sort.rst
deleted file mode 100644
index 67b93eb..0000000
--- a/Help/release/dev/find_package-dir-sort.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-find_package-dir-sort
----------------------
-
-* The :command:`find_package` command gained the possibility of
- sorting compatible libraries by ``NAME`` or by ``NATURAL`` sorting by
- setting the two new variables :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER`
- and :variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION`.
-
-* Variable :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER` was added to control
- the sorting mode of the :command:`find_package` command.
-
-* Variable :variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION` was added to control
- the sorting direction the :command:`find_package` command.