1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-07 15:52:11 +01:00
This commit is contained in:
John Maguire 2023-07-11 00:09:42 +01:00
parent 0123fe62b7
commit f9f515d7f2

View File

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