aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps/namespace_tinyxml2.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/namespace_tinyxml2.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/namespace_tinyxml2.patch')
-rw-r--r--ports/fastrtps/namespace_tinyxml2.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/fastrtps/namespace_tinyxml2.patch b/ports/fastrtps/namespace_tinyxml2.patch
deleted file mode 100644
index 3df65996f..000000000
--- a/ports/fastrtps/namespace_tinyxml2.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/cmake/modules/FindTinyXML2.cmake b/cmake/modules/FindTinyXML2.cmake
-index 24aa98a..4e2188e 100644
---- a/cmake/modules/FindTinyXML2.cmake
-+++ b/cmake/modules/FindTinyXML2.cmake
-@@ -7,10 +7,10 @@ option(TINYXML2_FROM_SOURCE "Integrate TinyXML2 source code inside Fast RTPS" OF
- find_package(TinyXML2 CONFIG QUIET)
- if(TinyXML2_FOUND)
- message(STATUS "Found TinyXML2: ${TinyXML2_DIR}")
-- if(NOT TINYXML2_LIBRARY AND TARGET tinyxml2)
-+ if(NOT TINYXML2_LIBRARY AND TARGET tinyxml2::tinyxml2)
- # in this case, we're probably using TinyXML2 version 5.0.0 or greater
- # in which case tinyxml2 is an exported target and we should use that
-- set(TINYXML2_LIBRARY tinyxml2)
-+ set(TINYXML2_LIBRARY tinyxml2::tinyxml2)
- endif()
- else()
- if(THIRDPARTY)