mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
13 lines
420 B
Diff
13 lines
420 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 27f747a..a02d312 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -58,7 +58,6 @@ message(STATUS "\n\n-- ====== Finding Dependencies ======")
|
||
|
# Find Protobuf
|
||
|
set(REQ_PROTOBUF_VER 3)
|
||
|
ign_find_package(IgnProtobuf
|
||
|
- VERSION ${REQ_PROTOBUF_VER}
|
||
|
REQUIRED
|
||
|
COMPONENTS all
|
||
|
PRETTY Protobuf)
|