Merge branch 'contrib/github_pr_12852' into 'master'

cmake: correct the parameter annotation of idf_build_set_property (GitHub PR)

Closes IDFGH-11752

See merge request espressif/esp-idf!28067
This commit is contained in:
Omar Chebib
2023-12-22 10:41:24 +08:00

View File

@@ -23,7 +23,7 @@ endfunction()
# also added to the internal list of build properties if it isn't there already.
#
# @param[in] property the property to set the value of
# @param[out] value value of the property
# @param[in] value value of the property
#
# @param[in, optional] APPEND (option) append the value to the current value of the
# property instead of replacing it