File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
- REPO idealvin/cocoyaxi
4
- REF 3fd22601de4d7a06548ca4d24ac36b4f82cde8c5 # v2.0.3
5
- SHA512 15a7fbd934b44ffd981067c18a66bf07423d8ded102d0c15b79c2f451192f17541b9c1a3d4eb913d9f8c7a55e051e4e1968e16a1113fa81038b3ad9534c57874
3
+ REPO idealvin/coost
4
+ REF v2.0.3
5
+ SHA512 b6d38181a8da7dd06cc6ee9c0310ebbc87db5fc0e82e1deb9afba7813d0741fed194887770c55a9a1c61ad677b365cac5ba4f0cf3f32ee376d86c6822d9e30c4
6
6
HEAD_REF master
7
7
)
8
8
9
9
string (COMPARE EQUAL "${VCPKG_CRT_LINKAGE} " "static" STATIC_CRT)
10
10
11
11
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
12
12
FEATURES
13
- libcurl WITH_LIBCURL
14
- openssl WITH_OPENSSL
13
+ libcurl WITH_LIBCURL
14
+ openssl WITH_OPENSSL
15
15
)
16
16
17
17
vcpkg_cmake_configure(
18
18
SOURCE_PATH "${SOURCE_PATH} "
19
+ DISABLE_PARALLEL_CONFIGURE
19
20
OPTIONS
20
21
${FEATURE_OPTIONS}
21
22
-DSTATIC_VS_CRT=${STATIC_CRT}
22
- DISABLE_PARALLEL_CONFIGURE
23
+ MAYBE_UNUSED_VARIABLES
24
+ STATIC_VS_CRT
23
25
)
24
26
25
27
vcpkg_cmake_install()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cocoyaxi" ,
3
3
"version-semver" : " 2.0.3" ,
4
- "port-version" : 2 ,
4
+ "port-version" : 3 ,
5
5
"description" : " A go-style coroutine library in C++11 and more" ,
6
6
"homepage" : " https://github.com/idealvin/cocoyaxi" ,
7
+ "license" : " MIT" ,
7
8
"supports" : " !uwp & !(arm & windows)" ,
8
9
"dependencies" : [
9
10
{
Original file line number Diff line number Diff line change 1502
1502
},
1503
1503
"cocoyaxi" : {
1504
1504
"baseline" : " 2.0.3" ,
1505
- "port-version" : 2
1505
+ "port-version" : 3
1506
1506
},
1507
1507
"coin" : {
1508
1508
"baseline" : " 4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " a71b5c50ae0dfa1791b446e7af707cdb080f36d5" ,
5
+ "version-semver" : " 2.0.3" ,
6
+ "port-version" : 3
7
+ },
3
8
{
4
9
"git-tree" : " 991d1f948e96ec46e60f5d6925a825d63599eb44" ,
5
10
"version-semver" : " 2.0.3" ,
You can’t perform that action at this time.
0 commit comments