Skip to content

Commit

Permalink
doh?
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Feb 13, 2021
1 parent 4a52316 commit 2880e4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2880e4a

Please sign in to comment.