Page MenuHomePhabricator

D5106.id16566.diff
No OneTemporary

D5106.id16566.diff

diff --git a/native/cpp/CommonCpp/grpc/CMakeLists.txt b/native/cpp/CommonCpp/grpc/CMakeLists.txt
--- a/native/cpp/CommonCpp/grpc/CMakeLists.txt
+++ b/native/cpp/CommonCpp/grpc/CMakeLists.txt
@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.4)
include(GNUInstallDirs)
-find_package(protobuf REQUIRED)
+find_package(Protobuf RREQUIRED)
find_package(gRPC REQUIRED)
set(CMAKE_CXX_STANDARD 14)
diff --git a/services/backup/CMakeLists.txt b/services/backup/CMakeLists.txt
--- a/services/backup/CMakeLists.txt
+++ b/services/backup/CMakeLists.txt
@@ -16,7 +16,7 @@
set(WITH_GTEST "Use Google Test" OFF)
find_package(glog REQUIRED)
-find_package(protobuf REQUIRED)
+find_package(Protobuf RREQUIRED)
find_package(gRPC REQUIRED)
find_package(Folly REQUIRED)
find_package(AWSSDK REQUIRED COMPONENTS core dynamodb)
diff --git a/services/blob/CMakeLists.txt b/services/blob/CMakeLists.txt
--- a/services/blob/CMakeLists.txt
+++ b/services/blob/CMakeLists.txt
@@ -16,7 +16,7 @@
# FIND LIBS
find_package(glog REQUIRED)
-find_package(protobuf REQUIRED)
+find_package(Protobuf REQUIRED)
find_package(gRPC REQUIRED)
find_package(Folly REQUIRED)
find_package(AWSSDK REQUIRED COMPONENTS s3 core dynamodb)
diff --git a/services/lib/src/CMakeLists.txt b/services/lib/src/CMakeLists.txt
--- a/services/lib/src/CMakeLists.txt
+++ b/services/lib/src/CMakeLists.txt
@@ -23,7 +23,7 @@
find_package(AWSSDK REQUIRED COMPONENTS core dynamodb)
find_package(Boost 1.40 COMPONENTS program_options REQUIRED)
-find_package(protobuf REQUIRED)
+find_package(Protobuf RREQUIRED)
find_package(glog REQUIRED)
find_package(gRPC REQUIRED)
diff --git a/services/tunnelbroker/CMakeLists.txt b/services/tunnelbroker/CMakeLists.txt
--- a/services/tunnelbroker/CMakeLists.txt
+++ b/services/tunnelbroker/CMakeLists.txt
@@ -17,7 +17,7 @@
find_package(double-conversion REQUIRED)
find_package(Folly REQUIRED)
-find_package(protobuf REQUIRED)
+find_package(Protobuf RREQUIRED)
find_package(gRPC REQUIRED)
# Find AMQP-CPP installation
diff --git a/shared/protos/CMakeLists.txt b/shared/protos/CMakeLists.txt
--- a/shared/protos/CMakeLists.txt
+++ b/shared/protos/CMakeLists.txt
@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.4)
include(GNUInstallDirs)
-find_package(protobuf REQUIRED)
+find_package(Protobuf REQUIRED)
find_package(gRPC REQUIRED)
set(CMAKE_CXX_STANDARD 14)

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 1:32 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2575993
Default Alt Text
D5106.id16566.diff (2 KB)

Event Timeline