Modules/FindKDE3: Remove info on KDE3_ENABLE_FINAL

The variable was still listed as deprecated since CMake 2.4.8,
documentation, but was actually removed long ago.

Fixes: #26865
This commit is contained in:
FeRD (Frank Dana)
2025-05-04 10:18:22 -04:00
parent 528ce5a96c
commit 29f13ef7c5

View File

@@ -189,19 +189,6 @@ This module provides the following commands to work with KDE 3 in CMake:
source files ``<sources>``. It also builds a small executable linked against
this library.
Deprecated Variables
^^^^^^^^^^^^^^^^^^^^
The following variables have been either removed or are provided for backward
compatibility:
``KDE3_ENABLE_FINAL``
.. versionchanged:: 2.4.8
This variable is now removed and no longer supported.
This hint variable was provided as an option in earlier CMake versions to
enable all-in-one compilation.
Examples
^^^^^^^^