Skip to content

Commit 850f726

Browse files
committed
install OpenSSL on Mac with gRPC
1 parent 5218b44 commit 850f726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/vcpkg_triplets/arm64-osx-otel-matlab.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(VCPKG_TARGET_ARCHITECTURE arm64)
22
set(VCPKG_CRT_LINKAGE dynamic)
3-
if(${PORT} MATCHES "(curl|zlib)")
3+
if(${PORT} MATCHES "(curl|zlib|openssl)")
44
set(VCPKG_LIBRARY_LINKAGE dynamic)
55
else()
66
set(VCPKG_LIBRARY_LINKAGE static)

0 commit comments

Comments
 (0)