diff options
| author | shishirb-MSFT <50385517+shishirb-MSFT@users.noreply.github.com> | 2021-07-07 09:24:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 09:24:53 -0700 |
| commit | fb0fcec3b25a424e4f70c3dc634c77699bdcfdca (patch) | |
| tree | 263eb4c46c1e48d04039365c6bab8e923136b81d /ports/proxywrapper/fix-macos-build.patch | |
| parent | a0fa6aeb82b3956a2f52ec455061ba1916076d53 (diff) | |
| download | vcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.tar.gz vcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.zip | |
[proxywrapper] Remove proxywrapper package (#18692)
* Remove proxywrapper package
* [proxywrapper] Remove from baseline since there is no longer a tested version of the port
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
Diffstat (limited to 'ports/proxywrapper/fix-macos-build.patch')
| -rw-r--r-- | ports/proxywrapper/fix-macos-build.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/proxywrapper/fix-macos-build.patch b/ports/proxywrapper/fix-macos-build.patch deleted file mode 100644 index 8bdaeac56..000000000 --- a/ports/proxywrapper/fix-macos-build.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3ba85fa..f18fd1e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,9 @@
-
- cmake_minimum_required(VERSION 3.8)
-
--project(proxywrapper)
-+project(proxywrapper C CXX)
-+
-+set(CMAKE_CXX_STANDARD 11)
-
- include(GNUInstallDirs)
-
|
