Browse Source

CMake: Fix typo in docs

v7.0.12
reuk 1 year ago
parent
commit
ddeae4a656
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/CMake API.md

+ 4
- 4
docs/CMake API.md View File

@@ -168,10 +168,10 @@ appropriate:


target_compile_definitions(my_target PUBLIC NAME_OF_KEY=<value>) target_compile_definitions(my_target PUBLIC NAME_OF_KEY=<value>)


The `JucePlugin_PreferredChannelConfig` preprocessor definition for plugins is difficult to specify
in a portable way due to its use of curly braces, which may be misinterpreted in Linux/Mac builds
using the Ninja/Makefile generators. It is recommended to avoid this option altogether, and to use
the newer buses API to specify the desired plugin inputs and outputs.
The `JucePlugin_PreferredChannelConfigurations` preprocessor definition for plugins is difficult to
specify in a portable way due to its use of curly braces, which may be misinterpreted in Linux/Mac
builds using the Ninja/Makefile generators. It is recommended to avoid this option altogether, and
to use the newer buses API to specify the desired plugin inputs and outputs.


## API Reference ## API Reference




Loading…
Cancel
Save