From 726c11148105a97aef39bec024fdb7c140b1b154 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Mon, 7 Oct 2019 19:35:13 +0200 Subject: [vcpkg] fatal_error when patch fails to apply (#8087) vcpkg will now fail on failure to apply patches except when using `--head`. --- ports/rxcpp/CONTROL | 4 ++-- ports/rxcpp/portfile.cmake | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'ports/rxcpp') 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 -- cgit v1.2.3