From e26c69e7bf35c9c800ac826c74d258d5fbafd1eb Mon Sep 17 00:00:00 2001 From: reuk Date: Mon, 24 Nov 2025 12:54:39 +0000 Subject: [PATCH] Docs: Fix up description of FORMATS argument in CMake API doc --- docs/CMake API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CMake API.md b/docs/CMake API.md index d3ae2ee542..b6d821bb17 100644 --- a/docs/CMake API.md +++ b/docs/CMake API.md @@ -498,10 +498,10 @@ attributes directly to these creation functions, rather than adding them later. - A string to insert into an app/plugin's Info.plist. `FORMATS` -- For plugin targets, specifies the plugin targets to build. Should be provided as a - space-separated list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and - `AUv3` plugins will only be enabled when building on macOS. It is an error to pass `AAX` or `VST` - without first calling `juce_set_aax_sdk_path` or `juce_set_vst2_sdk_path` respectively. +- For plugin targets, specifies the plugin targets to build. Should be provided as a space-separated + list. Valid values are `Standalone Unity VST3 AU AUv3 AAX VST LV2`. `AU` and `AUv3` plugins will + only be enabled when building on macOS; `AUv3` plugins will only be enabled when using the Xcode + generator. It is an error to pass `VST` without first calling `juce_set_vst2_sdk_path`. `PLUGIN_NAME` - The name of the plugin. In a DAW environment, this is the name that will be displayed to the