diff --git a/CMakeLists.txt b/CMakeLists.txt index f4f2ef31..81c09cca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ if(${OGG_SUPPORT}) find_package(OggVorbis) if(${OGGVORBIS_FOUND}) add_definitions(-DOGG) - list(APPEND yquake2IncludeDirectories ${OGGVORBIS_INCLUDE_DIR}) + list(APPEND yquake2IncludeDirectories ${VORBIS_INCLUDE_DIR}) list(APPEND yquake2ClientLinkerFlags ${OGG_LIBRARY} ${VORBIS_LIBRARY} ${VORBISFILE_LIBRARY}) endif() endif()