Skip to content

Commit 6536e4a

Browse files
committed
opentelemetry: export with_examples parameter
Signed-off-by: Enwei Jiao <[email protected]>
1 parent 2e9eb79 commit 6536e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/opentelemetry-cpp/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def generate(self):
198198
tc.variables["WITH_LOGS_PREVIEW"] = self.options.with_logs_preview
199199
tc.variables["WITH_ASYNC_EXPORT_PREVIEW"] = self.options.with_async_export_preview
200200
tc.variables["WITH_METRICS_EXEMPLAR_PREVIEW"] = self.options.with_metrics_exemplar_preview
201+
tc.variables["WITH_EXAMPLES"] = False
201202

202203
tc.generate()
203204

0 commit comments

Comments
 (0)