From 7e73d7943292d02b573fc5fdb3d57fb22be2e45a Mon Sep 17 00:00:00 2001 From: Josh Cockrell Date: Thu, 30 Aug 2018 09:50:52 -0700 Subject: [PATCH] Change troubleshooting CMake on mac Protobuf path to .dylib (#2247) Change troubleshooting CMake on mac Protobuf path to .dylib --- cpp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README b/cpp/README index 00d99fa82..a19ec7816 100644 --- a/cpp/README +++ b/cpp/README @@ -218,7 +218,7 @@ Troubleshooting CMake via ccmake You should set the following values: PROTOBUF_INCLUDE_DIR /usr/local/include - PROTOBUF_LIB /usr/local/lib/libprotobuf.so + PROTOBUF_LIB /usr/local/lib/libprotobuf.dylib PROTOC_BIN /usr/local/bin/protoc Now press 'c' then 'g' to configure the new parameters and exit ccmake.