aboutsummaryrefslogtreecommitdiff
path: root/ports/rxcpp
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-10-07 19:35:13 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-10-07 10:35:13 -0700
commit726c11148105a97aef39bec024fdb7c140b1b154 (patch)
tree26bd2aee0c13a8351b259cc4ffffaf0efededb4e /ports/rxcpp
parente86ff2cc54bda9e9ee322ab69141e7113d5c40a9 (diff)
downloadvcpkg-726c11148105a97aef39bec024fdb7c140b1b154.tar.gz
vcpkg-726c11148105a97aef39bec024fdb7c140b1b154.zip
[vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
Diffstat (limited to 'ports/rxcpp')
-rw-r--r--ports/rxcpp/CONTROL4
-rw-r--r--ports/rxcpp/portfile.cmake4
2 files changed, 2 insertions, 6 deletions
diff --git a/ports/rxcpp/CONTROL b/ports/rxcpp/CONTROL
index cbf204688..b34395f12 100644
--- a/ports/rxcpp/CONTROL
+++ b/ports/rxcpp/CONTROL
@@ -1,4 +1,4 @@
Source: rxcpp
-Version: 4.1.0
-Homepage: https://github.com/ReactiveX/RxCpp
+Version: 4.1.0-1
+Homepage: https://github.com/Reactive-Extensions/RxCpp
Description: Reactive Extensions for C++
diff --git a/ports/rxcpp/portfile.cmake b/ports/rxcpp/portfile.cmake
index 538551e70..b98701132 100644
--- a/ports/rxcpp/portfile.cmake
+++ b/ports/rxcpp/portfile.cmake
@@ -1,7 +1,3 @@
-#header-only library
-include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/RxCpp-4.1.0)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ReactiveX/RxCpp