Skip to content

Commit

Permalink
Update cmake lists to remove commented line and add comments about fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
finger563 committed Jan 31, 2025
1 parent 3b23bcd commit 7740fa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/binary-log/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ idf_component_register(
SRC_DIRS "src"
REQUIRES "")

# idf_build_get_property(BINARY_NAME EXECUTABLE)

# Build the unpacker tool and put it whereever the rest of the build binaries
# are going for this build. This will ensure that the user can always run
# `./build/unpacker <log-file>`
add_custom_command(
TARGET ${COMPONENT_TARGET}
POST_BUILD
Expand Down

0 comments on commit 7740fa8

Please sign in to comment.