Skip to content

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Dec 24, 2024

list(APPEND ...) does this automatically, but we're prepending LDAP
(to follow historical code and also autotools). list(PREPEND ...)
would likely do that the same, but it'd require CMake 3.15 so we do this
manually and the manual method needs to skip the empty value manually.

Follow-up to 49f2a23 #15273

…` module

`list(APPEND ...)` does this automatically, but we're _prepending_ LDAP
(to follow historical code and also autotools). `list(PREPEND ...)`
would likely do that the same, but it requires CMake 3.15 so we do this
manually and the manual method needs to skip the empty value manually.

Follow-up to 49f2a23 curl#15273
@github-actions github-actions bot added the build label Dec 24, 2024
@vszakats vszakats closed this in 32bc428 Dec 24, 2024
@vszakats vszakats deleted the cm-ldap-tidy branch December 24, 2024 10:59
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
…` module

`list(APPEND ...)` does this automatically, but we're _prepending_ LDAP
(to follow historical code and also autotools). `list(PREPEND ...)`
would likely do that the same, but it requires CMake 3.15 so we do this
manually and the manual method needs to skip the empty value manually.

Follow-up to 49f2a23 curl#15273
Closes curl#15828
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