Skip to content

Commit 67fd7e3

Browse files
authored
Change library name to cpp-httplib (yhirose#1854)
1 parent d440316 commit 67fd7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ if(HTTPLIB_COMPILE)
194194
PROPERTIES
195195
VERSION ${${PROJECT_NAME}_VERSION}
196196
SOVERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}"
197+
OUTPUT_NAME cpp-httplib
197198
)
198199
else()
199200
# This is for header-only.

0 commit comments

Comments
 (0)