Skip to content

Commit

Permalink
Change library name to cpp-httplib (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park committed Jun 10, 2024
1 parent d440316 commit 67fd7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 67fd7e3

Please sign in to comment.