From: Neal Gompa Date: Sat, 19 Nov 2016 01:44:04 +0000 (-0500) Subject: OpenAL -> OPENAL X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=5e17e4637f07810bcd95c3af825f6760cf70964f OpenAL -> OPENAL Maybe now it will find it... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a1ee5c8..da44492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,7 +201,7 @@ if (NOT LUGARU_FORCE_INTERNAL_OPENAL) # FIXME: We should remove bundled libs and allow building OpenAL from source, for all platforms if (WIN32) if(CMAKE_CROSSCOMPILING) - pkg_check_modules(OpenAL openal) + pkg_check_modules(OPENAL openal) else(CMAKE_CROSSCOMPILING) find_package(OpenAL) endif(CMAKE_CROSSCOMPILING)