Maybe still support Linux

This commit is contained in:
John Maguire 2023-07-11 00:05:52 +01:00
parent eeb0d0a40c
commit 5e9354c842
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,11 @@ endif(OPENGL_FOUND)
find_package(Boost REQUIRED)
find_package(Gettext REQUIRED)
find_package(PkgConfig REQUIRED)
find_package(protobuf REQUIRED CONFIG)
if (APPLE)
find_package(protobuf REQUIRED CONFIG)
else()
find_package(protobuf REQUIRED)
endif()
find_package(FFTW3)
find_package(ALSA)
if (NOT APPLE)