mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'no-version-2.x-changes'
af432bf582Modules/FindTCL: Remove most "Changelog" content29f13ef7c5Modules/FindKDE3: Remove info on `KDE3_ENABLE_FINAL` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10744
This commit is contained in:
@@ -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
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
@@ -44,39 +44,13 @@ The following cache variables may also be set:
|
||||
``TK_WISH``
|
||||
The path to the ``wish`` windowing shell command-line executable.
|
||||
|
||||
Changelog
|
||||
^^^^^^^^^
|
||||
|
||||
.. versionchanged:: 2.6
|
||||
Other Libraries
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
To reduce clutter and clarify usage for users who are not Tcl/Tk experts, some
|
||||
variables have been removed or relocated. Many of the previous variables were
|
||||
primarily useful only when writing Tcl/Tk extensions.
|
||||
The Tcl Stub Library can be found using the separate :module:`FindTclStub`
|
||||
module.
|
||||
|
||||
* The Tcl Stub Library can now be found using the separate
|
||||
:module:`FindTclStub` module.
|
||||
|
||||
* The ``TCL_STUB_LIBRARY_DEBUG`` and ``TK_STUB_LIBRARY_DEBUG`` cache variables
|
||||
have been removed. They provided a path to the debug variant of the Tcl
|
||||
Stub Library.
|
||||
|
||||
The extension-related libraries are not typically packaged with standard
|
||||
Tcl/Tk distributions. Even when building Tcl/Tk from source, several debug
|
||||
variants (e.g., ``tcl84g``, ``tcl84gs``, ``tcl84sgx``, ``tclstub84g``,
|
||||
``tclstub84gs``, or ``tclstub84sgx``) may be produced.
|
||||
|
||||
Rather than enforcing one specific variant, users are now free to set
|
||||
``TCL_LIBRARY`` to any desired variant (debug or release) when using this
|
||||
module, and ``TCL_STUB_LIBRARY`` to any desired variant via the
|
||||
:module:`FindTclStub` module.
|
||||
|
||||
* The ``TK_INTERNAL_PATH`` cache variable has been removed. It specified the
|
||||
directory containing the ``tkWinInt.h`` header file.
|
||||
|
||||
This variable was Windows-specific and often caused confusion regarding file
|
||||
locations within Tcl/Tk installation trees (as seen with version 8.5). When
|
||||
internal paths are needed, it's now safer to locate the Tcl/Tk source tree
|
||||
directly, or use the ``TK_INCLUDE_PATH`` variable instead.
|
||||
|
||||
Examples
|
||||
^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user