Skip to content

Commit

Permalink
investigate opus error on mac ci
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jan 2, 2024
1 parent 3b6c176 commit 0d15ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_admin/FindOpus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ For compatibility with upstream, the following variables are also set:
#]=======================================================================]

# Use pkg-config if available
find_package(PkgConfig QUIET)
pkg_check_modules(PC_OPUS QUIET opus)
find_package(PkgConfig)
pkg_check_modules(PC_OPUS opus)

# Find the headers and library
find_path(
Expand Down

0 comments on commit 0d15ff6

Please sign in to comment.