1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 11:18:40 +08:00

FindOpenAL: Re-order deprecated variables section

This commit is contained in:
Peter Kokot
2025-10-01 19:38:32 +02:00
parent 35f41858f7
commit ea2b9c6c01

View File

@@ -55,17 +55,6 @@ The following cache variables may also be set:
``OPENAL_LIBRARY``
The path to the OpenAL library.
Deprecated Variables
^^^^^^^^^^^^^^^^^^^^
The following variables are provided for backward compatibility:
``OPENAL_FOUND``
.. deprecated:: 4.2
Use ``OpenAL_FOUND``, which has the same value.
Boolean indicating whether (the requested version of) OpenAL was found.
Hints
^^^^^
@@ -86,6 +75,17 @@ This module accepts the following variables:
5. Manually compiled framework: ``/Library/Frameworks``.
6. Add-on package: ``/opt``.
Deprecated Variables
^^^^^^^^^^^^^^^^^^^^
The following variables are provided for backward compatibility:
``OPENAL_FOUND``
.. deprecated:: 4.2
Use ``OpenAL_FOUND``, which has the same value.
Boolean indicating whether (the requested version of) OpenAL was found.
Examples
^^^^^^^^