This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree 3 files changed +6
-19
lines changed
3 files changed +6
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Source: restclient-cpp
2
- Version: 0.5.1-3
2
+ Version: 0.5.2
3
3
Build-Depends: curl
4
- Description: Binn is a binary data serialization format designed to be compact, fast and easy to use.
4
+ Homepage: https://code.mrtazz.com/restclient-cpp/
5
+ Description: Simple REST client for C++. It wraps libcurl for HTTP requests.
Original file line number Diff line number Diff line change 5
5
vcpkg_from_github(
6
6
OUT_SOURCE_PATH SOURCE_PATH
7
7
REPO mrtazz/restclient-cpp
8
- REF 0.5.1
9
- SHA512 d5e17a984af44f863bc7cdc7307c2b06cae9252f86c6c6c2377cdb317f61b6419d8e9aedc5e5ccdb08fd1ee13848ec3b9ef8067a8d26dcf438a5c8793b5a2ce3
8
+ REF 0.5.2
9
+ SHA512 f6acc6a3d5cb852d6e507463d94d2f6192a941f0c26fef7c674e9ff7753cf5474522052a2065774050d01af5c6d2a3b86398f43cd2e4f5d03abcaac9a21ef4b7
10
10
HEAD_REF master
11
- PATCHES
12
- 0001_fix_cmake_linking.patch
13
11
)
14
12
15
13
vcpkg_configure_cmake(
@@ -26,6 +24,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/restclient-cpp)
26
24
27
25
vcpkg_copy_pdbs()
28
26
27
+ # Remove includes in debug
29
28
file (REMOVE_RECURSE ${CURRENT_PACKAGES_DIR} /debug/include )
30
29
31
30
# Handle copyright
You can’t perform that action at this time.
0 commit comments