From 9f81fff929a7c535dcc3959cce11c0669e884e52 Mon Sep 17 00:00:00 2001 From: Russ Webber Date: Tue, 2 Jul 2019 10:47:22 +1000 Subject: testing/mongo-cxx-driver: new aport http://mongocxx.org/ C++ Driver for MongoDB --- testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch (limited to 'testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch') diff --git a/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch b/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch new file mode 100644 index 0000000000..fa34b74142 --- /dev/null +++ b/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch @@ -0,0 +1,13 @@ +diff --git a/src/mongocxx/CMakeLists.txt b/src/mongocxx/CMakeLists.txt +index b0a2828ff..73d082480 100644 +--- a/src/mongocxx/CMakeLists.txt ++++ b/src/mongocxx/CMakeLists.txt +@@ -194,7 +194,7 @@ if(MONGOCXX_BUILD_STATIC) + mongocxx_install(mongocxx_static) + endif() + +-add_subdirectory(test) ++# add_subdirectory(test) + + set_local_dist (src_mongocxx_DIST_local + CMakeLists.txt -- cgit v1.2.3