]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/dartsim/disable_unit_tests_examples_and_tutorials.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / dartsim / disable_unit_tests_examples_and_tutorials.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index e32147d..5c85186 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -279,6 +279,7 @@ add_subdirectory(dart)
6
7 set(DART_IN_SOURCE_BUILD TRUE)
8
9 +if (0)
10 if(TARGET dart AND NOT DART_BUILD_DARTPY)
11
12 # Add a "tests" target to build unit tests.
13 @@ -330,6 +331,7 @@ if(TARGET dart AND NOT DART_BUILD_DARTPY)
14 endif(DART_VERBOSE)
15
16 endif()
17 +endif()
18
19 if (DART_BUILD_DARTPY)
20 add_subdirectory(python)