diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-10-20 01:27:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-20 15:17:46 (GMT) |
commit | 65dc8aa8b319ee42cd870ae868904de0a50ea53a (patch) | |
tree | 4ce21d66fd6f6f729c3849c2d795bfde7f279008 /Help/command | |
parent | 93871cb5a937b6308940992746b4d66731096961 (diff) | |
download | CMake-65dc8aa8b319ee42cd870ae868904de0a50ea53a.zip CMake-65dc8aa8b319ee42cd870ae868904de0a50ea53a.tar.gz CMake-65dc8aa8b319ee42cd870ae868904de0a50ea53a.tar.bz2 |
Help: Mention CMake version for a recently-added `find_package` search path
Add a `versionadded` mark for the search path added by commit e55c154c5b
(cmFindPackageCommand: Add one more search path, 2022-06-27,
v3.25.0-rc1~339^2~1).
Fixes: #24067
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/find_package.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 6c99f21..c99c73d 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -294,7 +294,7 @@ Each entry is meant for installation trees following Windows (``W``), UNIX ``<prefix>/(cmake|CMake)/`` W ``<prefix>/<name>*/`` W ``<prefix>/<name>*/(cmake|CMake)/`` W - ``<prefix>/<name>*/(cmake|CMake)/<name>*/`` W + ``<prefix>/<name>*/(cmake|CMake)/<name>*/`` [#]_ W ``<prefix>/(lib/<arch>|lib*|share)/cmake/<name>*/`` U ``<prefix>/(lib/<arch>|lib*|share)/<name>*/`` U ``<prefix>/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/`` U @@ -303,6 +303,8 @@ Each entry is meant for installation trees following Windows (``W``), UNIX ``<prefix>/<name>*/(lib/<arch>|lib*|share)/<name>*/(cmake|CMake)/`` W/U ==================================================================== ========== +.. [#] .. versionadded:: 3.25 + On systems supporting macOS :prop_tgt:`FRAMEWORK` and :prop_tgt:`BUNDLE`, the following directories are searched for Frameworks or Application Bundles containing a configuration file: |