Change library name to cpp-httplib (#1854)

This commit is contained in:
Jiwoo Park 2024-06-11 02:18:19 +09:00 committed by GitHub
parent d44031615d
commit 67fd7e3d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,7 @@ if(HTTPLIB_COMPILE)
PROPERTIES
VERSION ${${PROJECT_NAME}_VERSION}
SOVERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}"
OUTPUT_NAME cpp-httplib
)
else()
# This is for header-only.