diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-30 14:29:08 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-30 21:44:34 +0200 |
commit | 04eb03136466a18d81511e7ccadf51c08faa8edb (patch) | |
tree | 721c6c6a7b394dc758ffa12bb3a1261d9817207f /cmake/FindProtobufC.cmake | |
parent | 2cc89f6da424ab503af563e0cc92dda43b8f8432 (diff) | |
download | ouroboros-04eb03136466a18d81511e7ccadf51c08faa8edb.tar.gz ouroboros-04eb03136466a18d81511e7ccadf51c08faa8edb.zip |
lib, ipcp: Compile on Apple junk
Disables robust mutexes and clock attributes for condition variables
for compatibility with OSX (SUSv2). Implements clock_gettime and adds
some defines for OSX compatibility in time_utils.
Diffstat (limited to 'cmake/FindProtobufC.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) |