diff options
author | Brad King <brad.king@kitware.com> | 2020-04-10 15:05:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-10 15:05:37 (GMT) |
commit | 7e302b643851314c452f6ef97858296105b6eb2a (patch) | |
tree | 56a8764de362b2d3a249d42e12bcb5a787832eda | |
parent | bf120819c4054def9dfb1433dc4d33971b92edd7 (diff) | |
parent | dab57d3f5f7e654c3fff24b242e9d5f6ed920eb3 (diff) | |
download | CMake-7e302b643851314c452f6ef97858296105b6eb2a.zip CMake-7e302b643851314c452f6ef97858296105b6eb2a.tar.gz CMake-7e302b643851314c452f6ef97858296105b6eb2a.tar.bz2 |
Merge topic 'openal-typo'
dab57d3f5f FindOpenAL: Fix documentation typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4596
-rw-r--r-- | Modules/FindOpenAL.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake index c9c0903..b5b92c5 100644 --- a/Modules/FindOpenAL.cmake +++ b/Modules/FindOpenAL.cmake @@ -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>``. |