Skip to content

Commit 4a52316

Browse files
committed
doh
1 parent 9fe74cd commit 4a52316

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

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

1414
find_package(Qt5 COMPONENTS Widgets REQUIRED)
1515

16-
if(MSVC)
17-
find_package(protobuf CONFIG REQUIRED VERSION "3.11.3.0")
18-
else()
19-
find_package(Protobuf REQUIRED)
20-
endif()
16+
find_package(Protobuf CONFIG REQUIRED)
2117

2218
find_package(ZLIB)
2319

0 commit comments

Comments
 (0)