diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2016-11-23 00:38:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-23 00:38:00 -0800 |
| commit | 7969392738fd8c5296563c8b309fc9be31148db1 (patch) | |
| tree | 83bbb121ab0270eb48ca613ce8e9ec40a89c73c5 | |
| parent | a1dae379dee549adc7ee7adbc85c921eeaa8a918 (diff) | |
| parent | 9144d1f7c751cca14a82a3bb8264af8c4b0ca727 (diff) | |
| download | vcpkg-7969392738fd8c5296563c8b309fc9be31148db1.tar.gz vcpkg-7969392738fd8c5296563c8b309fc9be31148db1.zip | |
Merge pull request #328 from sdcb/mongo-c-remove-patch
[mongo-c-driver] Remove useless 0001_cmake.patch
| -rw-r--r-- | ports/mongo-c-driver/0001_cmake.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/ports/mongo-c-driver/0001_cmake.patch b/ports/mongo-c-driver/0001_cmake.patch deleted file mode 100644 index a2f9087e7..000000000 --- a/ports/mongo-c-driver/0001_cmake.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index b3fc5b9..5a106ca 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -20,7 +20,6 @@ option(ENABLE_EXPERIMENTAL_FEATURES - - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/build/cmake) - --include(InstallRequiredSystemLibraries) - include(FindBSON REQUIRED) - - if (NOT (ENABLE_SSL STREQUAL DARWIN -@@ -563,7 +562,7 @@ install( - ) - install( - FILES ${HEADERS} -- DESTINATION "include/libmongoc-${MONGOC_API_VERSION}" -+ DESTINATION "include" - ) - - # Define pkg-config files -diff --git a/build/cmake/FindBSON.cmake b/build/cmake/FindBSON.cmake -index 4ac39ea..bf6ecab 100644 ---- a/build/cmake/FindBSON.cmake -+++ b/build/cmake/FindBSON.cmake -@@ -11,7 +11,7 @@ endif () - - find_path(BSON_INCLUDE_DIR - NAMES -- libbson-1.0/bson.h -+ bson.h - HINTS - ${BSON_ROOT_DIR} - ${_BSON_INCLUDEDIR} -@@ -19,8 +19,6 @@ find_path(BSON_INCLUDE_DIR - include - ) - --set(BSON_INCLUDE_DIR "${BSON_INCLUDE_DIR}/libbson-1.0") -- - if(WIN32 AND NOT CYGWIN) - if(MSVC) - find_library(BSON |
