diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-12 20:53:53 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-06-12 21:16:58 -0700 |
commit | 11acce8fa9747d90d05223b84e90a2cecf8a3d25 (patch) | |
tree | 5f96647b07a4fd64072fd6bc2101c72f2dad19be /libs/protobuf/patches | |
parent | f08eb8552c6bd71124a5407fb37abe6dc4982ac3 (diff) |
protobuf: update to 3.17.2
Refreshed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/protobuf/patches')
-rw-r--r-- | libs/protobuf/patches/010-rpath.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/protobuf/patches/010-rpath.patch b/libs/protobuf/patches/010-rpath.patch index b18864bf3..ef3e98ab1 100644 --- a/libs/protobuf/patches/010-rpath.patch +++ b/libs/protobuf/patches/010-rpath.patch @@ -11,9 +11,9 @@ elseif (APPLE) set_property(TARGET ${_library} PROPERTY INSTALL_RPATH "@loader_path") -@@ -32,8 +32,8 @@ if (protobuf_BUILD_PROTOC_BINARIES) - install(TARGETS protoc EXPORT protobuf-targets - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc) +@@ -34,8 +34,8 @@ if (protobuf_BUILD_PROTOC_BINARIES) + BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} + COMPONENT protoc) if (UNIX AND NOT APPLE) - set_property(TARGET protoc - PROPERTY INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}") |