From a8af112a2bbb271e01be91973cba1c99e36b6cff Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 13 May 2010 18:23:30 -0500 Subject: [PATCH] Oops, forgot to actually pre-define the OpenAL internal library configuration --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3eb9c2..c93b56b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ find_package(OpenGL REQUIRED) # force this include dir no matter what, so we get sane headers. include_directories("${DEPDIR}/OpenGL") -option (LUGARU_FORCE_INTERNAL_OPENAL) +option (LUGARU_FORCE_INTERNAL_OPENAL "Force internal libOpenAL, even if there's a system version" False) if (NOT LUGARU_FORCE_INTERNAL_OPENAL) find_package(OpenAL REQUIRED) endif (NOT LUGARU_FORCE_INTERNAL_OPENAL) -- 2.39.2