aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps/fix-install.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-09-19 08:17:21 +0800
committerGitHub <noreply@github.com>2020-09-18 17:17:21 -0700
commit13590753fec479c5b0a3d48dd553dde8d49615fc (patch)
treefad155e091ef56d6f91fda2b212ecfc5c0b53b5d /ports/fastrtps/fix-install.patch
parent35d7e4f0b30800691c59b25c5ea95e4d64e0623f (diff)
downloadvcpkg-13590753fec479c5b0a3d48dd553dde8d49615fc.tar.gz
vcpkg-13590753fec479c5b0a3d48dd553dde8d49615fc.zip
[inja/kd-soap/fastrtps/graphite2/jsonnet] Update to latest release revision (#13584)
* [inja/kd-soap/fastrtps/graphite2/jsonnet] Update to latest release revision * Fix license path for fastrtps and remove bin with static build for kd-soap
Diffstat (limited to 'ports/fastrtps/fix-install.patch')
-rw-r--r--ports/fastrtps/fix-install.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/fastrtps/fix-install.patch b/ports/fastrtps/fix-install.patch
deleted file mode 100644
index 4777ae3ee..000000000
--- a/ports/fastrtps/fix-install.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
-index a1e91fd..f5578cd 100644
---- a/src/cpp/CMakeLists.txt
-+++ b/src/cpp/CMakeLists.txt
-@@ -416,7 +416,8 @@ if(MSVC OR MSVC_IDE)
- PATTERN "*.pdb"
- )
-
-- if(NOT (("${MSVC_ARCH}" STREQUAL "i86Win32VS2013") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2013")))
-+ if(NOT (("${MSVC_ARCH}" STREQUAL "i86Win32VS2013") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2013")
-+ OR ("${MSVC_ARCH}" STREQUAL "i86Win32VS2015") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2015")))
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_static.dir/Debug/${PROJECT_NAME}_static.pdb
- DESTINATION ${LIB_INSTALL_DIR}${DIR_EXTENSION}
- COMPONENT libraries_${MSVC_ARCH}