cmake: search for miles import library

This commit is contained in:
Anonymous Maarten
2021-01-03 16:30:45 +01:00
committed by shfil
parent 8d0b4ede68
commit e9adfd8663
5 changed files with 46 additions and 11 deletions

View File

@ -52,9 +52,6 @@ if (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
set(OPUSFILE_FOUND TRUE)
endif (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
# handle the QUIETLY and REQUIRED arguments and set Opusfile_FOUND to TRUE if
# all listed variables are TRUE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(opusfile DEFAULT_MSG OPUSFILE_INCLUDE_DIRS OPUSFILE_LIBRARIES)