diff options
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 | 11 |
1 files changed, 4 insertions, 7 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 index fa34b74142..6e93a19fae 100644 --- a/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch +++ b/testing/mongo-cxx-driver/01-dont-build-mongo-tests.patch @@ -1,13 +1,10 @@ diff --git a/src/mongocxx/CMakeLists.txt b/src/mongocxx/CMakeLists.txt -index b0a2828ff..73d082480 100644 +index eaa9060..819078d 100644 --- a/src/mongocxx/CMakeLists.txt +++ b/src/mongocxx/CMakeLists.txt -@@ -194,7 +194,7 @@ if(MONGOCXX_BUILD_STATIC) - mongocxx_install(mongocxx_static) - endif() +@@ -259,4 +259,4 @@ install( + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PKG}-${MONGOCXX_VERSION} + ) -add_subdirectory(test) +# add_subdirectory(test) - - set_local_dist (src_mongocxx_DIST_local - CMakeLists.txt |