diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/FindProtobufC.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cmake/FindProtobufC.cmake b/cmake/FindProtobufC.cmake index 8c1f23db..6b81d751 100644 --- a/cmake/FindProtobufC.cmake +++ b/cmake/FindProtobufC.cmake @@ -50,7 +50,7 @@ endif()  # Find library  find_library(PROTOBUF_C_LIBRARY -    NAMES libprotobuf-c.so libprotobuf-c +    NAMES libprotobuf-c.so libprotobuf-c libprotobuf-c.dylib  )  mark_as_advanced(PROTOBUF_C_LIBRARY) | 
