From 5e17e4637f07810bcd95c3af825f6760cf70964f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 18 Nov 2016 20:44:04 -0500 Subject: [PATCH] OpenAL -> OPENAL Maybe now it will find it... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2