From 1138c6c7208f6b484a17c52e948821300eae5b3b Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Tue, 16 May 2023 19:07:32 +0200 Subject: [PATCH] Remove fix-static-build.patch, doesn't apply. Fix missing PATCHES directive to make the other patch work. --- cmake/ports/tbb/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ports/tbb/portfile.cmake b/cmake/ports/tbb/portfile.cmake index 0e7b0bc30f..c7aee26efb 100644 --- a/cmake/ports/tbb/portfile.cmake +++ b/cmake/ports/tbb/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( REF 3df08fe234f23e732a122809b40eb129ae22733f SHA512 078b0aef93fb49a974adc365a4147cd2d12704e59d448fa2e510cd4ac8fa77cc4c83eebc5612684ed36a907449c876e5717eba581c195e1d9a7faf0ae832cb00 HEAD_REF v2021.5.0 - fix-static-build.patch + PATCHES add-find-dependency.patch )