From 105cd13f183b96805f0e60070d037c9eb68a116d Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Sat, 11 Jul 2020 16:13:56 +0000 Subject: [PATCH] Updated to find vorbis 1.3.7 git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7153 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1ecd5571e0bd60940fdbb378ae4e8a8b15b60b33 Former-commit-id: 127b0422974866c4e82c80e322b2c28026911452 --- cmake/customthirdparty.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/customthirdparty.cmake b/cmake/customthirdparty.cmake index c4167ca37..362dd138c 100644 --- a/cmake/customthirdparty.cmake +++ b/cmake/customthirdparty.cmake @@ -124,10 +124,10 @@ MACRO(_FIND_3RDPARTY_DEPENDENCIES ROOT_DIR) _FIND_3RDPARTY_DEPENDENCY(OGG ogg/ogg.h "" "ogg;libogg" ${ROOT_DIR} "") # Vorbis. - _FIND_3RDPARTY_DEPENDENCY(VORBIS vorbis/vorbisfile.h "" libvorbis ${ROOT_DIR} "") + _FIND_3RDPARTY_DEPENDENCY(VORBIS vorbis/vorbisfile.h "" "vorbis;libvorbis" ${ROOT_DIR} "") # VorbisFile. - _FIND_3RDPARTY_DEPENDENCY(VORBISFILE vorbis/vorbisfile.h "" libvorbisfile ${ROOT_DIR} "") + _FIND_3RDPARTY_DEPENDENCY(VORBISFILE vorbis/vorbisfile.h "" "vorbisfile;libvorbisfile" ${ROOT_DIR} "") # ENet. _FIND_3RDPARTY_DEPENDENCY(ENET enet/enet.h "" enet ${ROOT_DIR} "")