Skip to content

Commit

Permalink
Marked the FLAC/Vorbis/Ogg variables as advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioLiebisch committed Mar 4, 2015
1 parent 66eab23 commit af4dac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Modules/FindFLAC.cmake
Expand Up @@ -14,3 +14,5 @@ find_library(FLAC_LIBRARY NAMES FLAC)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(FLAC DEFAULT_MSG FLAC_LIBRARY FLAC_INCLUDE_DIR)

mark_as_advanced(FLAC_INCLUDE_DIR FLAC_LIBRARY)
2 changes: 2 additions & 0 deletions cmake/Modules/FindVorbis.cmake
Expand Up @@ -20,3 +20,5 @@ find_package_handle_standard_args(VORBIS DEFAULT_MSG VORBIS_LIBRARY VORBISFILE_L

set(VORBIS_INCLUDE_DIRS ${OGG_INCLUDE_DIR} ${VORBIS_INCLUDE_DIR})
set(VORBIS_LIBRARIES ${VORBISENC_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY})

mark_as_advanced(OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY VORBISENC_LIBRARY)

0 comments on commit af4dac6

Please sign in to comment.