aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/fix-static-build.patch
blob: 0ba4982fe6f84ef980c37f9d2aec0e05c09686e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 4091bc8..9850018 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -31,7 +31,7 @@ endforeach()
 if (protobuf_BUILD_PROTOC_BINARIES)
   install(TARGETS protoc EXPORT protobuf-targets
     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc)
-  if (UNIX AND NOT APPLE)
+  if (UNIX AND NOT APPLE AND NOT protobuf_MSVC_STATIC_RUNTIME)
     set_property(TARGET protoc
       PROPERTY INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}")
   elseif (APPLE)