{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1750326887,"commit_time":1750330957,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"548873921cde197aa1d40216c594c76738031374","message":"cmake: use `target_link_options()` when available\n\nTo pass `-municode` to the linker. Before this patch we passed this via\n`target_link_libraries()` which is designed to pass libraries. Keep\nusing it for old CMake versions, where no better alternative existed.\n\nhttps://cmake.org/cmake/help/latest/command/target_link_options.html\n\nAlso:\n- also pass `-municode` as `PRIVATE` for old cmake versions.\n  (it should not make a difference because no target depends on the curl\n  tool, but this seem to be the modern, non-ambiguous syntax.)\n- unfold a bunch of split lines for greppability of `add_library()` and\n  `add_executable()` commands.\n- quote a string.\n\nCloses #17670\n","parents":["69642330a3673364ba873fc1aabab5e85fa8da79"],"tree_hash":"7427552a1ef3ffb11fe32c76d441575f115c008f"}