summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find_package-no-cmake-gui-paths.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/find_package-no-cmake-gui-paths.rst')
-rw-r--r--Help/release/dev/find_package-no-cmake-gui-paths.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/find_package-no-cmake-gui-paths.rst b/Help/release/dev/find_package-no-cmake-gui-paths.rst
deleted file mode 100644
index 3914559..0000000
--- a/Help/release/dev/find_package-no-cmake-gui-paths.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-find_package-no-cmake-gui-paths
--------------------------------
-
-* The :command:`find_package` command no longer considers project
- build trees recently configured in a :manual:`cmake-gui(1)`.
- This was previously done only on Windows and is now never done.
- The ``NO_CMAKE_BUILDS_PATH`` option is now ignored if given
- and effectively always on.
- Projects may populate the :ref:`User Package Registry` to aid
- users building multiple dependent projects one after another.