mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 12:53:55 +08:00
FindOpenAL: Re-order deprecated variables section
This commit is contained in:
@@ -55,17 +55,6 @@ The following cache variables may also be set:
|
|||||||
``OPENAL_LIBRARY``
|
``OPENAL_LIBRARY``
|
||||||
The path to the 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
|
Hints
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
@@ -86,6 +75,17 @@ This module accepts the following variables:
|
|||||||
5. Manually compiled framework: ``/Library/Frameworks``.
|
5. Manually compiled framework: ``/Library/Frameworks``.
|
||||||
6. Add-on package: ``/opt``.
|
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
|
Examples
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user