From: Neal Gompa Date: Thu, 13 May 2010 07:07:50 +0000 (-0500) Subject: Fixed a typo in setting OpenAL include directory paths X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=8e8cacd7e0ba53ab7965843683305aa8048c1bd7;p=lugaru.git Fixed a typo in setting OpenAL include directory paths --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9be2c9e..d6061eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ find_package(SDL REQUIRED) find_package(OggVorbis REQUIRED) include_directories( - ${OPENAL_INCLUDES} + ${OPENAL_INCLUDE_DIR} ${JPEG_INCLUDE_DIR} ${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR}