Skip to content

Commit 5218b44

Browse files
committed
install OpenSSL on Mac with gRPC
1 parent 8ce15ca commit 5218b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ if(WITH_OTLP_GRPC)
252252
find_package(c-ares REQUIRED)
253253
find_package(re2 REQUIRED)
254254
if(WIN32 OR APPLE)
255-
find_package(openssl REQUIRED)
255+
find_package(OpenSSL REQUIRED)
256256
elseif(UNIX AND NOT CYGWIN)
257257
find_package(upb REQUIRED)
258258
endif()

0 commit comments

Comments
 (0)