diff options
author | Brad King <brad.king@kitware.com> | 2023-01-12 14:31:27 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-12 14:31:34 (GMT) |
commit | e4c281e45196b3c3fa2f327476838ac77b76e838 (patch) | |
tree | dfb2e0ce28ee74fa82c2a59f369d3372a34c63b3 /Help | |
parent | a46a5aedeeb61f8c81c023fcdf1e41434f4a0256 (diff) | |
parent | 7683f4321544c2266d532d8058714bded45c125c (diff) | |
download | CMake-e4c281e45196b3c3fa2f327476838ac77b76e838.zip CMake-e4c281e45196b3c3fa2f327476838ac77b76e838.tar.gz CMake-e4c281e45196b3c3fa2f327476838ac77b76e838.tar.bz2 |
Merge topic 'find-module-cleanup'
7683f43215 Help: Move FindITK/FindVTK to deprecated list
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex <leha-bot@yandex.ru>
Merge-request: !8040
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index d161a28..0daffab 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -161,7 +161,6 @@ They are normally called through the :command:`find_package` command. /module/FindICU /module/FindImageMagick /module/FindIntl - /module/FindITK /module/FindJasper /module/FindJava /module/FindJNI @@ -253,7 +252,6 @@ They are normally called through the :command:`find_package` command. /module/FindThreads /module/FindTIFF /module/FindUnixCommands - /module/FindVTK /module/FindVulkan /module/FindWget /module/FindWish @@ -296,9 +294,11 @@ Deprecated Find Modules :maxdepth: 1 /module/FindCUDA + /module/FindITK /module/FindPythonInterp /module/FindPythonLibs /module/FindQt + /module/FindVTK /module/FindwxWindows Legacy CPack Modules |