From 8e8cacd7e0ba53ab7965843683305aa8048c1bd7 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 13 May 2010 02:07:50 -0500 Subject: [PATCH] Fixed a typo in setting OpenAL include directory paths --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.2