diff options
author | Russ Webber <russ@rw.id.au> | 2019-07-02 10:47:22 +1000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-26 03:52:02 -0300 |
commit | 9f81fff929a7c535dcc3959cce11c0669e884e52 (patch) | |
tree | 21dec40872656bc60dee7c9d0697170a71109b98 /testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch | |
parent | 170676b6b4e1935cf0a8e0dce0782ed5a5126a2f (diff) | |
download | aports-9f81fff929a7c535dcc3959cce11c0669e884e52.tar.bz2 aports-9f81fff929a7c535dcc3959cce11c0669e884e52.tar.xz |
testing/mongo-cxx-driver: new aport
http://mongocxx.org/
C++ Driver for MongoDB
Diffstat (limited to 'testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch')
-rw-r--r-- | testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |