aboutsummaryrefslogtreecommitdiff
path: root/ports/open62541/fix-install-bindir.patch
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-06-23 23:05:20 +0300
committerGitHub <noreply@github.com>2020-06-23 13:05:20 -0700
commit95fa5dbbc8f6eb4715a5881142bf49a4947a2797 (patch)
tree664b8c49de317cd1df2062d937e253236c4269db /ports/open62541/fix-install-bindir.patch
parent7a28379b4c22e5467646bcffc2a9f89a076ab006 (diff)
downloadvcpkg-95fa5dbbc8f6eb4715a5881142bf49a4947a2797.tar.gz
vcpkg-95fa5dbbc8f6eb4715a5881142bf49a4947a2797.zip
[open62541] update to v1.1, add encryption support (#12023)
Diffstat (limited to 'ports/open62541/fix-install-bindir.patch')
-rw-r--r--ports/open62541/fix-install-bindir.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/ports/open62541/fix-install-bindir.patch b/ports/open62541/fix-install-bindir.patch
deleted file mode 100644
index 40eb3579d..000000000
--- a/ports/open62541/fix-install-bindir.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d426e1da..09589b6e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1151,7 +1151,7 @@ install(TARGETS open62541
- EXPORT open62541Targets
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
-- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}
-+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
- INCLUDES DESTINATION include)
-
- if(UA_ENABLE_AMALGAMATION)