File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
13
13
brotli HTTPLIB_REQUIRE_BROTLI
14
14
openssl HTTPLIB_REQUIRE_OPENSSL
15
15
zlib HTTPLIB_REQUIRE_ZLIB
16
+ zstd HTTPLIB_REQUIRE_ZSTD
16
17
)
17
18
18
19
set (VCPKG_BUILD_TYPE release) # header-only port
@@ -24,6 +25,7 @@ vcpkg_cmake_configure(
24
25
-DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=OFF
25
26
-DHTTPLIB_USE_ZLIB_IF_AVAILABLE=OFF
26
27
-DHTTPLIB_USE_BROTLI_IF_AVAILABLE=OFF
28
+ -DHTTPLIB_USE_ZSTD_IF_AVAILABLE=OFF
27
29
)
28
30
29
31
vcpkg_cmake_install()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cpp-httplib" ,
3
3
"version" : " 0.20.0" ,
4
+ "port-version" : 1 ,
4
5
"description" : " A single file C++11 header-only HTTP/HTTPS server and client library" ,
5
6
"homepage" : " https://github.com/yhirose/cpp-httplib" ,
6
7
"license" : " MIT" ,
35
36
"dependencies" : [
36
37
" zlib"
37
38
]
39
+ },
40
+ "zstd" : {
41
+ "description" : " Enables zstd support" ,
42
+ "dependencies" : [
43
+ " zstd"
44
+ ]
38
45
}
39
46
}
40
47
}
Original file line number Diff line number Diff line change 1906
1906
},
1907
1907
"cpp-httplib" : {
1908
1908
"baseline" : " 0.20.0" ,
1909
- "port-version" : 0
1909
+ "port-version" : 1
1910
1910
},
1911
1911
"cpp-ipc" : {
1912
1912
"baseline" : " 1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 504cadb74ace89d1afed1c10afceebf046baae28" ,
5
+ "version" : " 0.20.0" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " 2cb1201ff0d73510fdaf89d9102f7f818fc74f78" ,
5
10
"version" : " 0.20.0" ,
You can’t perform that action at this time.
0 commit comments