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 9fe74cd commit 4a52316
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

find_package(Qt5 COMPONENTS Widgets REQUIRED)

if(MSVC)
find_package(protobuf CONFIG REQUIRED VERSION "3.11.3.0")
else()
find_package(Protobuf REQUIRED)
endif()
find_package(Protobuf CONFIG REQUIRED)

find_package(ZLIB)

Expand Down

0 comments on commit 4a52316

Please sign in to comment.