X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c93b56bd54f2cffc06718939c13ff79a44e81f09;hb=a8af112a2bbb271e01be91973cba1c99e36b6cff;hp=e3eb9c2811753d7d4e3d33b3b2ba3c1351b509c3;hpb=71f4a22b783cf419406cc8b6cadedee6f8529f5a;p=lugaru.git 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)