aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-03-22 18:37:11 +0100
committerStefano Sinigardi <stesinigardi@hotmail.com>2019-03-22 18:37:11 +0100
commit2e35d018ee7adf79f296ee90e7c83a0dcec0635b (patch)
tree2b5dafbb13272acf3736d4c5ba1bf0e23256d817
parent9ee3215f9400755b593935ca50a2f5eaad31ad9e (diff)
downloadvcpkg-2e35d018ee7adf79f296ee90e7c83a0dcec0635b.tar.gz
vcpkg-2e35d018ee7adf79f296ee90e7c83a0dcec0635b.zip
[open62541] remove unnecessary patch, regex in portfile works also with head rev
-rw-r--r--ports/open62541/fix_runtime_destination.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/ports/open62541/fix_runtime_destination.patch b/ports/open62541/fix_runtime_destination.patch
deleted file mode 100644
index 2ac967795..000000000
--- a/ports/open62541/fix_runtime_destination.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 64b9a96..8e66848 100755
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -806,14 +806,14 @@ install(TARGETS open62541
- EXPORT open62541Targets
- LIBRARY DESTINATION ${LIB_INSTALL_DIR}
- ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
-- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}
-+ RUNTIME DESTINATION ${BIN_INSTALL_DIR}
- INCLUDES DESTINATION include/open62541 include)
- else()
- install(TARGETS open62541
- EXPORT open62541Targets
- LIBRARY DESTINATION ${LIB_INSTALL_DIR}
- ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
-- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}
-+ RUNTIME DESTINATION ${BIN_INSTALL_DIR}
- INCLUDES DESTINATION include)
- endif()
-
-@@ -868,7 +868,7 @@ if(NOT UA_ENABLE_AMALGAMATION)
- ${historizing_default_plugin_headers}
- DESTINATION ${open62541_install_include_dir})
- else()
-- # Export amalgamated header open62541.h which is generated due to build of
-+ # Export amalgamated header open62541.h which is generated due to build of
- # open62541-object
- install(FILES ${PROJECT_BINARY_DIR}/open62541.h DESTINATION include)
- endif()