]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mongo-cxx-driver/disable_test_and_example.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mongo-cxx-driver / disable_test_and_example.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index c6f56e4..5601f90 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -89,6 +89,8 @@ endif()
6
7 set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
8
9 +if(0)
10 +
11 add_custom_target(hugo_dir
12 COMMAND ${CMAKE_COMMAND} -E make_directory hugo
13 )
14 @@ -147,6 +149,8 @@ add_custom_target(docs
15
16 set(THIRD_PARTY_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/third_party)
17
18 +endif()
19 +
20 enable_testing()
21
22 add_subdirectory(src)
23 diff --git a/src/bsoncxx/CMakeLists.txt b/src/bsoncxx/CMakeLists.txt
24 index 50085d0..5966d21 100644
25 --- a/src/bsoncxx/CMakeLists.txt
26 +++ b/src/bsoncxx/CMakeLists.txt
27 @@ -249,4 +249,4 @@ install(
28 DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PKG}-${BSONCXX_VERSION}
29 )
30
31 -add_subdirectory(test)
32 +# add_subdirectory(test)
33 diff --git a/src/mongocxx/CMakeLists.txt b/src/mongocxx/CMakeLists.txt
34 index 3cba62d..64ff936 100644
35 --- a/src/mongocxx/CMakeLists.txt
36 +++ b/src/mongocxx/CMakeLists.txt
37 @@ -259,4 +259,4 @@ install(
38 DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PKG}-${MONGOCXX_VERSION}
39 )
40
41 -add_subdirectory(test)
42 +# add_subdirectory(test)