]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/munit/fix-install.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / munit / fix-install.patch
CommitLineData
1e59de90
TL
1diff --git a/meson.build b/meson.build
2index c15b405..44ee737 100644
3--- a/meson.build
4+++ b/meson.build
5@@ -11,7 +11,7 @@ root_include = include_directories('.')
6
7 munit = library('munit',
8 ['munit.c'],
9- install: meson.is_subproject())
10+ install: not meson.is_subproject())
11
12 if meson.is_subproject()
13 munit_dep = declare_dependency(