From 9eb91c8bd3235563d68f116578c1f60a9b7e1b0d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 21 Mar 2025 18:48:54 +0100 Subject: [PATCH] FindGDAL: Move to list of deprecated modules The module was deprecated by commit 7e2aee4458 (FindGDAL: Document as deprecated in favor of upstream CMake package, 2024-11-26, v4.0.0-rc1~409^2). Move the module to the list of deprecated modules. Issue: #26471 --- Help/manual/cmake-modules.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 7f61493d78..e758637e85 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -132,7 +132,6 @@ They are normally called through the :command:`find_package` command. /module/FindFontconfig /module/FindFreetype /module/FindGCCXML - /module/FindGDAL /module/FindGettext /module/FindGIF /module/FindGit @@ -293,6 +292,7 @@ Deprecated Find Modules /module/FindBoost /module/FindCUDA /module/FindDart + /module/FindGDAL /module/FindITK /module/FindPythonInterp /module/FindPythonLibs