aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/drop_git.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-24 13:08:06 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-24 14:29:30 -0700
commite8d1666d9c88ff1ccce3b388ea09f500735f17b7 (patch)
tree4806f14c804f60bbd109afc87b6a1f96acfa71a7 /ports/aws-sdk-cpp/drop_git.patch
parent5ba45ffd9bb450da020e3694f38c78387d5270ec (diff)
downloadvcpkg-e8d1666d9c88ff1ccce3b388ea09f500735f17b7.tar.gz
vcpkg-e8d1666d9c88ff1ccce3b388ea09f500735f17b7.zip
[aws-sdk-cpp] Update and fix cmake files
Diffstat (limited to 'ports/aws-sdk-cpp/drop_git.patch')
-rw-r--r--ports/aws-sdk-cpp/drop_git.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/aws-sdk-cpp/drop_git.patch b/ports/aws-sdk-cpp/drop_git.patch
deleted file mode 100644
index 491831bd7..000000000
--- a/ports/aws-sdk-cpp/drop_git.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9d2a98a..ce58b68 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -22,7 +22,7 @@ if(CMAKE_MAJOR_VERSION LESS 3)
- endif()
-
- # git is required for Android builds and optional for all other platforms
--find_package(Git)
-+#find_package(Git)
-
- # Cmake invocation variables:
- # CUSTOM_MEMORY_MANAGEMENT - if set to 1, generates the sdk project files with custom memory management enabled, otherwise disables it