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" } } },