summaryrefslogtreecommitdiff
path: root/Modules/FindOpenAL.cmake
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-10 20:49:10 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-10 20:49:10 +0700
commitdab57d3f5f7e654c3fff24b242e9d5f6ed920eb3 (patch)
tree1296ec5a702ea86da5ebf058f54a6449a3c6340f /Modules/FindOpenAL.cmake
parente61e9cec6d604bea99b0556dae5eba58285e3c1f (diff)
downloadcmake-dab57d3f5f7e654c3fff24b242e9d5f6ed920eb3.tar.gz
FindOpenAL: Fix documentation typos
Diffstat (limited to 'Modules/FindOpenAL.cmake')
-rw-r--r--Modules/FindOpenAL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake
index c9c0903440..b5b92c5685 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>``.