1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
aports/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch
2019-07-26 03:52:02 -03:00

13 lines
381 B
Diff

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