From dab57d3f5f7e654c3fff24b242e9d5f6ed920eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 10 Apr 2020 20:49:10 +0700 Subject: FindOpenAL: Fix documentation typos --- Modules/FindOpenAL.cmake | 4 ++-- 1 file 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 `` to include the OpenAL -header file, **not** ``#include ``. The reason for this is that the +Projects using this module should use ``#include "al.h"`` to include the OpenAL +header file, **not** ``#include ``. 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 ````. -- cgit v0.12