提交 8ee6ff8b 编写于 作者: J jai1 提交者: GitHub

CPP Client - Fixed MAC build errors, due to undefined ZLIB_LIBRARY_PATH (#646)

上级 052ca00a
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册