Skip to content

Commit

Permalink
CPP Client - Fixed MAC build errors, due to undefined ZLIB_LIBRARY_PA…
Browse files Browse the repository at this point in the history
…TH (apache#646)
  • Loading branch information
jai1 authored Aug 7, 2017
1 parent 052ca00 commit 8ee6ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar-client-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if (LINK_STATIC)
else()
# Link to shared libraries
find_package(ZLIB REQUIRED)
set(ZLIB_LIBRARY_PATH ${ZLIB_LIBRARIES})
if (NOT PROTOBUF_LIBRARIES)
find_package(ProtoBuf QUIET)
if (NOT ProtoBuf_FOUND)
Expand Down

0 comments on commit 8ee6ff8

Please sign in to comment.