mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +03:00
Revert "cmake: make libcurl library output name configurable"
This reverts commit 1cba36d216.
CMake provides properties that can be set on a target to rename the
output artifact without changing the name of a target.
Ref: #6899
This commit is contained in:
parent
dd2bb48552
commit
3057c6cd73
4 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# KIND, either express or implied.
|
||||
#
|
||||
###########################################################################
|
||||
set(LIB_NAME libcurl CACHE STRING "Basename of the curl library")
|
||||
set(LIB_NAME libcurl)
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
set(CURL_STATICLIB NO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue