aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-cxx-driver/disable_shared.patch
AgeCommit message (Collapse)Author
2019-02-07[mongo-cxx-driver] Update to 3.2.0 and add cmake targets (#5178)Luke Sparey
* [mongo-cxx-driver] Update to 3.2.0 and add cmake targets * [mongo-cxx-driver] Replace cmake config files to support debug binaries
2016-11-23[mongo-cxx-driver] using BUILD_SHARED_LIBS instead of self-defined macro.sdcb
related to: https://github.com/Microsoft/vcpkg/pull/316
2016-11-22[mongo-cxx-driver] fix static buildsdcb
note: Actually, static build is perfectly fine but the cmake always build static and dynamic library togather, in the static environment, dynamic build will fail due link error. I twisted a patch to the CMakeLists.txt to make dynamic build happy when building static.