This commit is contained in:
John Maguire 2023-07-11 00:09:42 +01:00
parent 0123fe62b7
commit f9f515d7f2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ find_package(PkgConfig REQUIRED)
if (APPLE) if (APPLE)
find_package(protobuf REQUIRED CONFIG) find_package(protobuf REQUIRED CONFIG)
else() else()
find_package(protobuf REQUIRED) find_package(Protobuf REQUIRED)
endif() endif()
find_package(FFTW3) find_package(FFTW3)
find_package(ALSA) find_package(ALSA)