mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
cmake: use list(APPEND ...) where missing
Cherry-picked from #20407 Closes #20522
This commit is contained in:
parent
fa9318cabf
commit
4fb5c916fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1920,7 +1920,7 @@ endif()
|
|||
macro(curl_add_if _label)
|
||||
# Needs to be a macro to allow this indirection
|
||||
if(${ARGN})
|
||||
set(_items ${_items} "${_label}")
|
||||
list(APPEND _items "${_label}")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue