summaryrefslogtreecommitdiffstats
path: root/Help/command/find_program.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-08 15:22:17 (GMT)
committerBrad King <brad.king@kitware.com>2017-08-08 15:52:28 (GMT)
commit578d95f87d2c77498d1bbdd46bf5c1ad8095c31d (patch)
tree574f50edde4397174ee61b54ce91824212417632 /Help/command/find_program.rst
parent4a207116908c20caba4969120b1148adff391348 (diff)
downloadCMake-578d95f87d2c77498d1bbdd46bf5c1ad8095c31d.zip
CMake-578d95f87d2c77498d1bbdd46bf5c1ad8095c31d.tar.gz
CMake-578d95f87d2c77498d1bbdd46bf5c1ad8095c31d.tar.bz2
find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9
Disable the feature added by commit v3.9.0-rc1~71^2~2 (find_*: Add a new PackageRoot search path group, 2017-05-03) and remove documentation added by commit v3.9.0-rc1~71^2 (find_*: Add docs for PackageRoot search path group, 2017-05-03). Unfortunately the name `<pkg>_ROOT` may already be set by projects for their own incompatible purposes. Disable the behavior change for now to fix the regression for CMake 3.9. We can restore it later with a policy. In order to keep the implementation and tests working, add an undocumented variable we can use in the tests to enable the behavior before the policy is introduced. Fixes: #17144
Diffstat (limited to 'Help/command/find_program.rst')
-rw-r--r--Help/command/find_program.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Help/command/find_program.rst b/Help/command/find_program.rst
index 4f00773..d3430c0 100644
--- a/Help/command/find_program.rst
+++ b/Help/command/find_program.rst
@@ -8,8 +8,6 @@ find_program
.. |prefix_XXX_SUBDIR| replace:: ``<prefix>/[s]bin``
.. |entry_XXX_SUBDIR| replace:: ``<entry>/[s]bin``
-.. |FIND_PACKAGE_ROOT_PREFIX_PATH_XXX| replace::
- |FIND_PACKAGE_ROOT_PREFIX_PATH_XXX_SUBDIR|
.. |CMAKE_PREFIX_PATH_XXX| replace::
|CMAKE_PREFIX_PATH_XXX_SUBDIR|
.. |CMAKE_XXX_PATH| replace:: :variable:`CMAKE_PROGRAM_PATH`