diff options
author | FeRD (Frank Dana) <ferdnyc@gmail.com> | 2022-12-22 01:33:32 (GMT) |
---|---|---|
committer | FeRD (Frank Dana) <ferdnyc@gmail.com> | 2022-12-22 02:04:50 (GMT) |
commit | 7683f4321544c2266d532d8058714bded45c125c (patch) | |
tree | 7264827c9563384c0ca2c5cd9b64c1e60255734c /Help/manual/cmake-modules.7.rst | |
parent | b439ca1cd3508e4ad2754cf818ce0c3e4ccc070a (diff) | |
download | CMake-7683f4321544c2266d532d8058714bded45c125c.zip CMake-7683f4321544c2266d532d8058714bded45c125c.tar.gz CMake-7683f4321544c2266d532d8058714bded45c125c.tar.bz2 |
Help: Move FindITK/FindVTK to deprecated list
Both modules have actually been removed entirely, they exist
in the Help directory only as "This module used to exist"
placeholders.
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-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 |