]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/shapelib/option-build-test.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / shapelib / option-build-test.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index c3ef935..845ec06 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -148,7 +148,7 @@ set(executables
6 find_program(BASH_EXECUTABLE bash)
7 find_program(SED_EXECUTABLE sed)
8 if(BASH_EXECUTABLE AND SED_EXECUTABLE)
9 - set(BUILD_TEST ON)
10 + option(BUILD_TEST "" ON)
11 else(BASH_EXECUTABLE AND SED_EXECUTABLE)
12 message(STATUS "WARNING: sed or bash not available so disabling testing")
13 endif(BASH_EXECUTABLE AND SED_EXECUTABLE)