Browse Source

Change troubleshooting CMake on mac Protobuf path to .dylib (#2247)

Change troubleshooting CMake on mac Protobuf path to .dylib
pull/3882/head
Josh Cockrell 7 years ago
committed by Abdulmajid Alnouri
parent
commit
7e73d79432
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/README

+ 1
- 1
cpp/README View File

@ -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.


Loading…
Cancel
Save