mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 22:30:29 +00:00
Find*: Add missing <PackageName>_FOUND variables
* FindKDE4: Added note about KDE4_FOUND result variable (it is set by the upstream FindKDE4Internal module, and now also synced in the docs and code for consistency). For the sake of completeness with other find modules, also the following deprecated find modules are synced as they already provided these variables: * FindDart: Documented the Dart_FOUND result variable. * FindUnixCommands: Updated documentation (documented UnixCommands_FOUND result variable, and listed cache variables used by this module). Issue: #27242
This commit is contained in:
@@ -18,6 +18,16 @@ Help Workshop:
|
||||
For modern documentation, consider alternatives such as Microsoft Help Viewer
|
||||
for producing ``.mshc`` files or web-based documentation tools.
|
||||
|
||||
Result Variables
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
This module defines the following variables:
|
||||
|
||||
``HTMLHelp_FOUND``
|
||||
.. versionadded:: 4.2
|
||||
|
||||
Boolean indicating whether HTML Help was found.
|
||||
|
||||
Cache Variables
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
@@ -78,3 +88,9 @@ if(WIN32)
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
if(HTML_HELP_COMPILER AND HTML_HELP_INCLUDE_PATH AND HTML_HELP_LIBRARY)
|
||||
set(HTMLHelp_FOUND TRUE)
|
||||
else()
|
||||
set(HTMLHelp_FOUND FALSE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user