mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Find*: Update *_FOUND variables
This marks all `<PACKAGENAME>_FOUND` result variables as deprecated where possible (for `<PackageName>` find modules) to make it clearer which variable to use. In CMake 3.3, the FindPackageHandleStandardArgs module was refactored to set both `<PackageName>_FOUND` and uppercase `<PACKAGENAME>_FOUND` result variables to the same values. Before that, the FOUND_VAR argument could be used to set the result variable. * FindMatlab: Uppercased MATLAB_FOUND is not mentioned as it was never documented. * Documentation for FindPythonInterp and FindPythonLibs modules synced accordingly to their deprecation (3.12 instead of 4.2). * OPENGL_FOUND: deprecation version synced with other find modules. * DevIL_FOUND was introduced in CMake 3.8. The uppercased variant not mentioned as it was previously never documented. Fixes: #27242
This commit is contained in:
@@ -31,7 +31,7 @@ Result Variables
|
||||
This module defines the following variables:
|
||||
|
||||
``SQLite3_FOUND``
|
||||
Boolean indicating whether (the requested version of) SQLite library is
|
||||
Boolean indicating whether the (requested version of) SQLite library was
|
||||
found.
|
||||
|
||||
``SQLite3_VERSION``
|
||||
|
||||
Reference in New Issue
Block a user