summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake')
-rw-r--r--fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake b/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
deleted file mode 100644
index 8501fcb45..000000000
--- a/fluent-bit/lib/fluent-otel-proto/cmake/macros.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-# Macro to set definitions
-macro(FLUENT_OTEL_DEFINITION var)
- add_definitions(-D${var})
- set(FLUENT_OTEL_BUILD_FLAGS "${FLUENT_OTEL_BUILD_FLAGS}#ifndef ${var}\n#define ${var}\n#endif\n")
- set(FLUENT_OTEL_INFO_FLAGS "${FLUENT_OTEL_INFO_FLAGS} ${var}")
-endmacro()