diff options
| author | curoky <cccuroky@gmail.com> | 2020-08-01 02:07:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 11:07:14 -0700 |
| commit | 62cbf2617570bd2d3e23ec4da378baf673473302 (patch) | |
| tree | 30fe25a96abaeb86bcde9468491b5cb064ae215a /ports/rsocket/fix-cmake-config.patch | |
| parent | a17543d8407cee324ae39dc5bf7504bd5a461c87 (diff) | |
| download | vcpkg-62cbf2617570bd2d3e23ec4da378baf673473302.tar.gz vcpkg-62cbf2617570bd2d3e23ec4da378baf673473302.zip | |
[rsocket] Add new port (#11021)
* [rsocket] Add new port
* [rsocket] don't build in some window environment
* [rsocket] add missing deps in CONTROL
* [rsocket] add missing deps in CONTROL
* [rsocket] remove some deprecated args
* [rsocket] romove vcpkg_fail_port_install(ON_ARCH x64)
* [rsocket] only support x64 architecture
* [rsocket] upgrade to 2020.05.04.00
* [rsocket] add vcpkg_fail_port_install to portfile
* [rsocket] Fix find dependencies
* Update ports/rsocket/portfile.cmake
* Update ports/rsocket/CONTROL
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/rsocket/fix-cmake-config.patch')
| -rw-r--r-- | ports/rsocket/fix-cmake-config.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ports/rsocket/fix-cmake-config.patch b/ports/rsocket/fix-cmake-config.patch new file mode 100644 index 000000000..d3bf7b886 --- /dev/null +++ b/ports/rsocket/fix-cmake-config.patch @@ -0,0 +1,26 @@ +diff --git a/cmake/rsocket-config.cmake.in b/cmake/rsocket-config.cmake.in +index d5579a85..ea12752a 100644 +--- a/cmake/rsocket-config.cmake.in ++++ b/cmake/rsocket-config.cmake.in +@@ -4,7 +4,7 @@ + @PACKAGE_INIT@ + + if(NOT TARGET rsocket::ReactiveSocket) +- include("${PACKAGE_PREFIX_DIR}/lib/cmake/rsocket/rsocket-exports.cmake") ++ include("${CMAKE_CURRENT_LIST_DIR}/rsocket-exports.cmake") + endif() + + if (NOT rsocket_FIND_QUIETLY) +diff --git a/yarpl/cmake/yarpl-config.cmake.in b/yarpl/cmake/yarpl-config.cmake.in +index d557b213..1b83fffc 100644 +--- a/yarpl/cmake/yarpl-config.cmake.in ++++ b/yarpl/cmake/yarpl-config.cmake.in +@@ -4,7 +4,7 @@ + @PACKAGE_INIT@ + + if(NOT TARGET yarpl::yarpl) +- include("${PACKAGE_PREFIX_DIR}/lib/cmake/yarpl/yarpl-exports.cmake") ++ include("${CMAKE_CURRENT_LIST_DIR}/yarpl-exports.cmake") + endif() + + set(YARPL_LIBRARIES yarpl::yarpl) |
