From f9f515d7f26069e58aad940e7d5775ec9f7022bb Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 11 Jul 2023 00:09:42 +0100 Subject: [PATCH] ffs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 893af0c54..92277b08d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)