mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
cmake: use LIB_NAME in curl-config.cmake.in
Cherry-picked from #16973 Closes #17195
This commit is contained in:
parent
54ef546ec4
commit
f9eb9e5e23
3 changed files with 9 additions and 5 deletions
|
|
@ -21,8 +21,9 @@
|
|||
# SPDX-License-Identifier: curl
|
||||
#
|
||||
###########################################################################
|
||||
set(LIB_NAME "libcurl")
|
||||
set(LIBCURL_OUTPUT_NAME "libcurl" CACHE STRING "Basename of the curl library")
|
||||
|
||||
set(LIBCURL_OUTPUT_NAME "${LIB_NAME}" CACHE STRING "Basename of the curl library")
|
||||
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "BUILDING_LIBCURL")
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "${CURL_DEBUG_MACROS}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue