File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 117
117
"windows" : false
118
118
},
119
119
"build_options" : [
120
- " cppzmq:tests=disabled " ,
120
+ " cppzmq:tests=enabled " ,
121
121
" cppzmq:examples=true"
122
122
]
123
123
},
Original file line number Diff line number Diff line change 557
557
" cppzmq"
558
558
],
559
559
"versions" : [
560
+ " 4.11.0-1" ,
560
561
" 4.10.0-3" ,
561
562
" 4.10.0-2" ,
562
563
" 4.10.0-1" ,
Original file line number Diff line number Diff line change 1
1
[wrap-file]
2
- directory = cppzmq-4.10 .0
2
+ directory = cppzmq-4.11 .0
3
3
4
- source_url = https://github.com/zeromq/cppzmq/archive/refs/tags/v4.10 .0.tar.gz
5
- source_filename = cppzmq-4.10 .0.tar.gz
6
- source_hash = c81c81bba8a7644c84932225f018b5088743a22999c6d82a2b5f5cd1e6942b74
4
+ source_url = https://github.com/zeromq/cppzmq/archive/refs/tags/v4.11 .0.tar.gz
5
+ source_filename = cppzmq-4.11 .0.tar.gz
6
+ source_hash = 0fff4ff311a7c88fdb76fceefba0e180232d56984f577db371d505e4d4c91afd
7
7
8
8
patch_directory = cppzmq
9
9
Original file line number Diff line number Diff line change 1
1
project (
2
2
' cppzmq' ,
3
3
' cpp' ,
4
- version : ' 4.10 .0' ,
4
+ version : ' 4.11 .0' ,
5
5
license : ' MIT' ,
6
6
meson_version : ' >=0.60.0' ,
7
7
)
@@ -68,10 +68,8 @@ if get_option('examples')
68
68
endif
69
69
70
70
# unit tests
71
- # NOTE: update to v3 in https://github.com/zeromq/cppzmq/pull/632 (enable tests in ci_config.json)
72
71
catch2_dep = dependency (
73
72
' catch2' ,
74
- version : ' <3.0.0' ,
75
73
required : get_option (' tests' ),
76
74
)
77
75
if catch2_dep.found()
You can’t perform that action at this time.
0 commit comments