Skip to content

Commit

Permalink
pw_tokenizer: Remove invalid argument from CMake custom command
Browse files Browse the repository at this point in the history
CMake 3.31 added the CMP0175 policy, which warns about an invalid
add_custom_command argument in a pw_tokenizer custom command. Remove the
invalid, unused argument.

Change-Id: I68df36955bc39dcce9e5b34b09db3c1c5958b677
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267772
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Docs-Not-Needed: Kesavan Yogeswaran <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Kesavan Yogeswaran <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
  • Loading branch information
kesyog authored and CQ Bot Account committed Feb 13, 2025
1 parent b568955 commit 057c218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_tokenizer/database.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function(pw_tokenizer_database NAME)
DEPENDS
${arg_DEPS}
${arg_TARGET}
OUTPUT ${_database} POST_BUILD
OUTPUT ${_database}
)
else()
set(_discard_temporary "")
Expand Down

0 comments on commit 057c218

Please sign in to comment.