cmake: Mark vorbisfile options as advanced
This commit is contained in:
parent
cfbeee2f50
commit
303e88ae3a
1 changed files with 2 additions and 0 deletions
|
@ -92,3 +92,5 @@ ENDIF()
|
|||
# handle the QUIETLY and REQUIRED arguments and set XXX_FOUND to TRUE if all listed variables are TRUE
|
||||
INCLUDE(FindPackageHandleStandardArgs)
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(VORBISFILE DEFAULT_MSG VORBISFILE_LIBRARIES VORBISFILE_INCLUDE_DIR)
|
||||
|
||||
mark_as_advanced(VORBISFILE_INCLUDE_DIR VORBISFILE_LIBRARIES VORBISFILE_LIBRARY VORBISFILE_LIBRARY_DEBUG)
|
||||
|
|
Loading…
Add table
Reference in a new issue