mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
CMake: use list(APPEND) instead of set
This commit is contained in:
parent
433768147b
commit
cce3961fc8
@ -164,8 +164,7 @@ if ("${STATIC_BUILD}")
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (${PB_HTTP_VERSION_CHECK})
|
if (${PB_HTTP_VERSION_CHECK})
|
||||||
set (planetblupi_DEPS
|
list (APPEND planetblupi_DEPS
|
||||||
${planetblupi_DEPS}
|
|
||||||
${CURL_STATIC_LIBRARIES}
|
${CURL_STATIC_LIBRARIES}
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
@ -188,8 +187,7 @@ else ()
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (${PB_HTTP_VERSION_CHECK})
|
if (${PB_HTTP_VERSION_CHECK})
|
||||||
set (planetblupi_DEPS
|
list (APPEND planetblupi_DEPS
|
||||||
${planetblupi_DEPS}
|
|
||||||
${CURL_LIBRARIES}
|
${CURL_LIBRARIES}
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user