From 0d07a8bbd5245860351dce71c5cea1f317d50f04 Mon Sep 17 00:00:00 2001 From: Jared Duffey Date: Fri, 2 Aug 2024 14:47:38 -0400 Subject: [PATCH] CI: Disabled building docs for asan build (#1034) Disabled building docs for asan build Signed-off-by: Jared Duffey --- CMakePresets.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakePresets.json b/CMakePresets.json index 0d62395298..92cca5f939 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -78,6 +78,10 @@ "VCPKG_HOST_TRIPLET": { "type": "STRING", "value": "x64-linux-dynamic" + }, + "SIMPLNX_BUILD_PYTHON_DOCS": { + "type": "BOOL", + "value": "OFF" } } },