From 2880e4a1b9c103f5458c3cd01bd3bc45cc1a95cc Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Sat, 13 Feb 2021 14:09:01 +0100 Subject: [PATCH] doh? --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b74f3c3..2919980 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) find_package(Qt5 COMPONENTS Widgets REQUIRED) -find_package(Protobuf CONFIG REQUIRED) - -find_package(ZLIB) +find_package(Protobuf REQUIRED) # wtf cmake... automoc? qt5_wrap_cpp(moc_sources src/Lol.h)