Silence cmake warnings (#7050)

This commit is contained in:
Philip Dubé
2026-08-09 16:14:25 +00:00
committed by GitHub
parent bf7177256a
commit 1c856a7be0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# OPUSFILE_LIBRARIES - Full list of libraries to link (opusfile, opus, ogg)
# Use pkg-config to find opusfile if available
find_package(PkgConf)
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
pkg_check_modules(PC_OPUSFILE QUIET opusfile)
endif()