Skip to content

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Feb 1, 2025

@vszakats vszakats changed the title cmake: tidy up string appends and list prepends cmake: tidy up string append and list prepend syntax Feb 2, 2025
@vszakats vszakats closed this in 3c12896 Feb 6, 2025
@vszakats vszakats deleted the cm-str-append branch February 6, 2025 22:26
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
- `set(VAR "${VAR}<value>")` ->
  `string(APPEND VAR "<value>")`
  Available since CMake 3.4:
  https://cmake.org/cmake/help/latest/command/string.html#append

- `set(VAR "${VAR2}-or-<value>;${VAR}")` ->
  `set(VAR "${VAR2}-or-<value>" ${VAR})`

Closes curl#16144
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