mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Merge topic 'openal-typo'
dab57d3f5f FindOpenAL: Fix documentation typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4596
This commit is contained in:
@@ -7,8 +7,8 @@ FindOpenAL
|
||||
|
||||
Finds Open Audio Library (OpenAL).
|
||||
|
||||
Projects using this module should use ``#include <al.h>`` to include the OpenAL
|
||||
header file, **not** ``#include <AL.al.h>``. The reason for this is that the
|
||||
Projects using this module should use ``#include "al.h"`` to include the OpenAL
|
||||
header file, **not** ``#include <AL/al.h>``. The reason for this is that the
|
||||
latter is not entirely portable. Windows/Creative Labs does not by default put
|
||||
their headers in ``AL/`` and macOS uses the convention ``<OpenAL/al.h>``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user