aboutsummaryrefslogtreecommitdiff
path: root/modules/FindOggVorbis.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindOggVorbis.cmake')
-rw-r--r--modules/FindOggVorbis.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindOggVorbis.cmake b/modules/FindOggVorbis.cmake
index 79a9ab40..e72d849d 100644
--- a/modules/FindOggVorbis.cmake
+++ b/modules/FindOggVorbis.cmake
@@ -26,6 +26,9 @@ find_library(VORBIS_LIBRARY NAMES vorbis)
find_library(VORBISFILE_LIBRARY NAMES vorbisfile)
find_library(VORBISENC_LIBRARY NAMES vorbisenc)
+mark_as_advanced(VORBIS_INCLUDE_DIR OGG_INCLUDE_DIR
+ OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY VORBISENC_LIBRARY)
+
if (VORBIS_INCLUDE_DIR AND VORBIS_LIBRARY AND VORBISFILE_LIBRARY AND VORBISENC_LIBRARY)
set(OGGVORBIS_FOUND TRUE)