From 5ddab8b308b95b5d98fd63222df0212e562a6270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 24 Nov 2016 12:04:46 +0100 Subject: [PATCH] modules: properly list modifications done to the FindOpenAL module. --- modules/FindOpenAL.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/FindOpenAL.cmake b/modules/FindOpenAL.cmake index aac70fae7..21a52fecc 100644 --- a/modules/FindOpenAL.cmake +++ b/modules/FindOpenAL.cmake @@ -87,6 +87,12 @@ # OPENAL_LIBRARY to override this selection or set the CMake environment # CMAKE_INCLUDE_PATH to modify the search paths. +# This version is modified for Magnum and was forked from +# https://github.com/Kitware/CMake/blob/v3.6.1/Modules/FindOpenAL.cmake +# The file was modified to add a new path suffix for finding OpenAL for +# Emscripten on OSX and, in case of Emscripten, the library is not looked for +# as it is linked in implicitly. + find_path(OPENAL_INCLUDE_DIR al.h HINTS ENV OPENALDIR