From 92bfbf519af398f0088e40dda24f071e0a70c2f5 Mon Sep 17 00:00:00 2001 From: nekosu Date: Tue, 10 Oct 2023 09:41:12 +0800 Subject: [PATCH] fix: remove useless patch --- .../ports/maa-fastdeploy/001-fix-export.patch | 21 ------------------- .../ports/maa-fastdeploy/portfile.cmake | 1 - 2 files changed, 22 deletions(-) delete mode 100644 vcpkg-overlay/ports/maa-fastdeploy/001-fix-export.patch diff --git a/vcpkg-overlay/ports/maa-fastdeploy/001-fix-export.patch b/vcpkg-overlay/ports/maa-fastdeploy/001-fix-export.patch deleted file mode 100644 index 569551c..0000000 --- a/vcpkg-overlay/ports/maa-fastdeploy/001-fix-export.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0745cde0..802da0e5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -146,7 +146,15 @@ - endif (APPLE) - - install(TARGETS fastdeploy_ppocr EXPORT fastdeploy_ppocrConfig) --install(EXPORT fastdeploy_ppocrConfig DESTINATION share/fastdeploy_ppocr) -+ -+install(EXPORT fastdeploy_ppocrConfig -+ CONFIGURATIONS Release -+ DESTINATION share/fastdeploy_ppocr) -+ -+install(EXPORT fastdeploy_ppocrConfig -+ CONFIGURATIONS Debug -+ DESTINATION share/fastdeploy_ppocr) -+ - install( - DIRECTORY ${PROJECT_SOURCE_DIR}/fastdeploy - DESTINATION ${CMAKE_INSTALL_PREFIX}/include diff --git a/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake b/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake index 15e4c93..f629894 100644 --- a/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake +++ b/vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake @@ -5,7 +5,6 @@ vcpkg_from_github( SHA512 9a328a8113707d7883e128d74217f21bd5e7241e59773709b4e8894e4491cb47b363080231399d43ced4b118e3023aaf856bef2c5a573de5091d7740ec885213 PATCHES 000-fix-rpath.patch - 001-fix-export.patch ) vcpkg_cmake_configure(