Skip to content

Commit 977630e

Browse files
authored
Merge pull request #255 from keszegrobert/zlib-fix-for-the-macos-build
#218 switch off zlib examples
2 parents e637061 + d557c6e commit 977630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mjpc/grpc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ findorfetch(
3737

3838
find_package(ZLIB REQUIRED)
3939
set(gRPC_ZLIB_PROVIDER "package" CACHE INTERNAL "")
40-
40+
set(ZLIB_BUILD_EXAMPLES OFF)
4141
set(_PROTOBUF_LIBPROTOBUF libprotobuf)
4242
set(_REFLECTION grpc++_reflection)
4343
set(_PROTOBUF_PROTOC $<TARGET_FILE:protoc>)

0 commit comments

Comments
 (0)