aboutsummaryrefslogtreecommitdiff
path: root/ports/open62541/fix-install-bindir.patch
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-01-21 23:25:05 +0300
committerVictor Romero <romerosanchezv@gmail.com>2020-01-21 12:25:05 -0800
commit127d49768113f099e9790184b314a2182dd8176d (patch)
treeb3d4251a5ddb8651a9bffd6cd83ad830f81a1e55 /ports/open62541/fix-install-bindir.patch
parent9b901bf801638d14171714d36def05b9ab17a0ca (diff)
downloadvcpkg-127d49768113f099e9790184b314a2182dd8176d.tar.gz
vcpkg-127d49768113f099e9790184b314a2182dd8176d.zip
[open62541] Update to v1.0 (#9767)
* [open62541] Update to v1.0 * Remove dependency on python-six * Fix CI * Manually specify the version * Fix install binaries directory * Fix end line * Add homepage and modernize cmake
Diffstat (limited to 'ports/open62541/fix-install-bindir.patch')
-rw-r--r--ports/open62541/fix-install-bindir.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/open62541/fix-install-bindir.patch b/ports/open62541/fix-install-bindir.patch
new file mode 100644
index 000000000..40eb3579d
--- /dev/null
+++ b/ports/open62541/fix-install-bindir.patch
@@ -0,0 +1,16 @@
+ 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)