Skip to content

cmake: move OUTPUT argument in the add_custom_command() line #17658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jun 17, 2025

For greppability.


docs/CMakeLists.txt:    add_custom_command(OUTPUT "${_man_target}"
docs/cmdline-opts/CMakeLists.txt:add_custom_command(OUTPUT "${CURL_MANPAGE}" "${CURL_ASCIIPAGE}"
docs/libcurl/CMakeLists.txt:      add_custom_command(OUTPUT ${_rofffiles}
docs/libcurl/CMakeLists.txt:add_custom_command(OUTPUT "libcurl-symbols.md"
scripts/CMakeLists.txt:      add_custom_command(OUTPUT "${_completion_fish}"
scripts/CMakeLists.txt:      add_custom_command(OUTPUT "${_completion_zsh}"
src/CMakeLists.txt:  add_custom_command(OUTPUT "tool_hugehelp.c"
src/CMakeLists.txt:    add_custom_command(OUTPUT "tool_ca_embed.c"
tests/certs/CMakeLists.txt:add_custom_command(OUTPUT ${GENERATEDCERTS}
tests/client/CMakeLists.txt:add_custom_command(OUTPUT "${BUNDLE_SRC}"
tests/libtest/CMakeLists.txt:add_custom_command(OUTPUT "lib1521.c"
tests/libtest/CMakeLists.txt:add_custom_command(OUTPUT "${BUNDLE_SRC}"
tests/server/CMakeLists.txt:add_custom_command(OUTPUT "${BUNDLE_SRC}"
tests/tunit/CMakeLists.txt:add_custom_command(OUTPUT "${BUNDLE_SRC}"
tests/unit/CMakeLists.txt:add_custom_command(OUTPUT "${BUNDLE_SRC}"

@vszakats vszakats added the cmake label Jun 17, 2025
@vszakats vszakats closed this in eb01ac3 Jun 18, 2025
@vszakats vszakats deleted the cm-formatting-output-cmd-grep branch June 18, 2025 08:17
denandz pushed a commit to denandz/curl that referenced this pull request Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant