Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3354872
D5106.id16566.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D5106.id16566.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5106: [CMake] Use correct protobuf capitalization
Attached
Detach File
Event Timeline
Log In to Comment