Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_12852' into 'master'
Browse files Browse the repository at this point in the history
cmake: correct the parameter annotation of idf_build_set_property (GitHub PR)

Closes IDFGH-11752

See merge request espressif/esp-idf!28067
  • Loading branch information
o-marshmallow committed Dec 22, 2023
2 parents 4ca2cd1 + a8ea638 commit f27d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f27d65c

Please sign in to comment.