mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:29:00 +08:00
2fc37d513a
* [simage] Add new port * [coin] Add new port * [soqt] Add new port
17 lines
358 B
Diff
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(
|