Merge branch 'bugfix/msys2_toolchain_path_note' into 'master'

docs: update windows msys2 installer notes to unzip all-in-one toolchain to path without spaces

See merge request espressif/esp-idf!6181
This commit is contained in:
Angus Gratton
2019-10-14 15:31:49 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1168,7 +1168,7 @@ can be used with CMake commands that support generator expressions.
.. code-block:: none
idf_component_set_property(property val [APPEND])
idf_component_set_property(component property val [APPEND])
Set a specified *component*'s :ref:`component property<cmake-component-properties>`, *property* with value *val*. Specifying *APPEND* will append the specified value to the current
value of the property. If the property does not previously exist or it is currently empty, the specified value becomes