vcpkg/ports/simage/link-ogg-library.patch
Markus Rickert 2fc37d513a
[Coin3D] Add new ports for simage, Coin, and SoQt (#9880)
* [simage] Add new port

* [coin] Add new port

* [soqt] Add new port
2020-05-08 10:35:22 -07:00

17 lines
358 B
Diff

diff --git a/FindOggVorbis.cmake b/FindOggVorbis.cmake
index a33e63e..7e2708b 100644
--- a/FindOggVorbis.cmake
+++ b/FindOggVorbis.cmake
@@ -28,10 +28,10 @@ mark_as_advanced(
set(
OGGVORBIS_LIBRARIES
- ${OGG_LIBRARY}
${VORBIS_LIBRARY}
${VORBISFILE_LIBRARY}
${VORBISENC_LIBRARY}
+ ${OGG_LIBRARY}
)
find_package_handle_standard_args(