- Added examples section.
- Synced module descriptions a bit with other find modules.
- OpenSSL_FOUND variable used. The OPENSSL_FOUND is also set by the
find_package_handle_standard_args() to the same value.
- Described the applink interface a bit further.
- Added find module docs sections as in other similar find modules.
- Added examples section.
- Added CMake versions that introduced support for components and
htlatex, pdftops, Biber, xindy, XeLaTeX, LuaLaTeX separately.
- Modules documentation synced with other similar find modules.
- Added examples section.
- Changelog notes refactored, and removed variables described
separately.
- FindTclStub: Changelog notes moved to FindTCL as they are more related
to that module.
- Updated links to O'Reilly and Tcl documentation pages.
- Synced module documentation with other similar find modules.
- Added examples section.
- Added notice that PHP 4 is not maintained anymore and newer version
should be used.
- Added examples section
- Extended the module documentation and mentioned the wrapper FindTCL
module.
- The Tclsh_FOUND variable used. TCLSH_FOUND is also set to the sam
value by the find_package_handle_standard_args().
- Extended the examples section.
- Module documentation synced with other find modules a bit.
- Patch_FOUND variable used. The PATCH_FOUND is also set by the
find_package_handle_standard_args().
The FindTclsh module already outputs the result message thus the
redundant can be removed.
The Tclsh_FOUND variable used instead of TCL_TCLSH for the check.
- Added examples section.
- Synced module documentation a bit with other similar find modules.
- OpenAL_FOUND variable used instead of OPENAL_FOUND (both are set by
the find_package_handle_standard_args() command).
- Added examples section.
- Synced module description with other similar find modules.
- Jasper_FOUND variable used. The JASPER_FOUND is also set by the
find_package_handle_standard_args() to the same value.
- Added version to imported target when it got added to the find module.
- Added examples section.
- Synced descriptions with other similar find modules.
- Added TIFF_VERSION_STRING to the result variables (available since the
early introduction of this module).
- Described imported targets in more details.
- Refactored components section to make the usage clearer.
- Module documentation synced with other similar find modules.
- Added examples section.
- Documented backward-compatibility variables as deprecated.
- Added versions mentioning when variable got obsoleted/deprecated.
- Curses_FOUND variable used instead of the CURSES_FOUND. Both are set
by the find_package_handle_standard_args().
- Synced find module documentation with other similar find modules.
- Added examples section.
- Added hints section.
- Cups_FOUND variable used in the description. CUPS_FOUND is also set
by the find_package_handle_standard_args() to the same value.
- Synced the module with other similar find modules.
- Added examples section.
- Added notice regarding QuickTime being deprecated and no longer
supported by Apple. The AVFoundation and AVKit frameworks are
suggested instead, also according to the upstream documentation.
- Added basic find module sections.
- Removed description of what this module finds as the description is
outdated (at the time of writing, it finds only pike interpreter and
the include directory). This module didn't find the library yet.