summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRalph Langendam <Ralph.Langendam@uniface.com>2021-04-15 16:54:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-21 10:03:07 +0200
commit1cba36d2166c396f987eea587cf92671b27acb92 (patch)
tree8ab0c8158a7faced3a429342e484ebd57063f9a1 /lib
parent415d6fa7da852d655ac79f5b11fd7170644f2e27 (diff)
downloadcurl-1cba36d2166c396f987eea587cf92671b27acb92.tar.gz
cmake: make libcurl library output name configurable
Closes #6899
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index a58b47b86..37ce1c8e2 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -19,7 +19,7 @@
# KIND, either express or implied.
#
###########################################################################
-set(LIB_NAME libcurl)
+set(LIB_NAME libcurl CACHE STRING "Basename of the curl library")
if(BUILD_SHARED_LIBS)
set(CURL_STATICLIB NO)