]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/proj4/disable-projdb-with-arm-uwp.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / proj4 / disable-projdb-with-arm-uwp.patch
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/proj4/disable-projdb-with-arm-uwp.patch b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/proj4/disable-projdb-with-arm-uwp.patch
new file mode 100644 (file)
index 0000000..411a398
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7d736d129..93d7801dd 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -269,7 +269,9 @@ endif()
+ ################################################################################
+ include_directories(${PROJ_SOURCE_DIR}/src)
+-add_subdirectory(data)
++if(BUILD_PROJ_DATABASE)
++  add_subdirectory(data)
++endif()
+ add_subdirectory(include)
+ add_subdirectory(src)
+ add_subdirectory(man)