Skip to content

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

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:cm-formatting-output-cmd-grep
Closed

cmake: move OUTPUT argument in the add_custom_command() line#17658
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:cm-formatting-output-cmd-grep

Conversation

@vszakats
Copy link
Copy Markdown
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