Skip to content

Commit 2880e4a

Browse files
committed
doh?
1 parent 4a52316 commit 2880e4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
1313

1414
find_package(Qt5 COMPONENTS Widgets REQUIRED)
1515

16-
find_package(Protobuf CONFIG REQUIRED)
17-
18-
find_package(ZLIB)
16+
find_package(Protobuf REQUIRED)
1917

2018
# wtf cmake... automoc?
2119
qt5_wrap_cpp(moc_sources src/Lol.h)

0 commit comments

Comments
 (0)