File tree Expand file tree Collapse file tree 3 files changed +6
-39
lines changed Expand file tree Collapse file tree 3 files changed +6
-39
lines changed Original file line number Diff line number Diff line change 11sources :
2+ " 0.12.0 " :
3+ url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.12.0.tar.gz"
4+ sha256 : " b16246f617b2a136c78d73e5e2647c6f1de1313e46678062985bdcf1f40bb75d"
25 " 0.10.0 " :
36 url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.10.0.tar.gz"
47 sha256 : " 0d901cb2c45c5586e3f3a4245e58c2252d6b24bf4b402723f6179523d389b165"
58 " 0.9.0 " :
69 url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.9.0.tar.gz"
710 sha256 : " 59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd"
8- " 0.8.0 " :
9- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.8.0.tar.gz"
10- sha256 : " b2e39ac4c65f9050820c6779e6f7dd3c0d3fed9c6667f91caec0badbedce00f3"
11- " 0.7.0 " :
12- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.7.0.tar.gz"
13- sha256 : " 9b91ee48ac1fe5939f747d49f123d9a522b5f4e1e46165c1871936d583628a06"
14- " 0.6.0 " :
15- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.6.0.tar.gz"
16- sha256 : " 75aa65d2944b3f64ce5918aa3da00f738dc695a0e8e0662de0063aafe1a8662f"
17- " 0.5.1 " :
18- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.5.1.tar.gz"
19- sha256 : " b484d40b4e20cc3174a6fdc160d0f20f961417f9cb3f6dc1cf6555fffa8359f3"
20- " 0.5.0 " :
21- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.5.0.tar.gz"
22- sha256 : " 1a65c41d25394c979ad26554a0befb8006ecbf9f7f3a5b0130fdae4f2dd03d42"
23- " 0.4.0 " :
24- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.4.0.tar.gz"
25- sha256 : " 061fe713391d7f3f85f13e8bb2752a4cdeb8e70ce20d68e1e9e4332bd0bf64fa"
26- " 0.3.0 " :
27- url : " https://github.com/ibireme/yyjson/archive/refs/tags/0.3.0.tar.gz"
28- sha256 : " f5ad3e3be40f0307a732c2b8aff9a1ba6014a6b346f3ec0b128459607748e990"
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ class YyjsonConan(ConanFile):
3030 def config_options (self ):
3131 if self .settings .os == "Windows" :
3232 del self .options .fPIC
33- if Version (self .version ) < "0.8.0" :
34- del self .options .with_utf8_validation
3533
3634 def configure (self ):
3735 if self .options .shared :
@@ -47,8 +45,7 @@ def source(self):
4745
4846 def generate (self ):
4947 tc = CMakeToolchain (self )
50- if Version (self .version ) >= "0.8.0" :
51- tc .variables ["YYJSON_DISABLE_UTF8_VALIDATION" ] = not bool (self .options .with_utf8_validation )
48+ tc .variables ["YYJSON_DISABLE_UTF8_VALIDATION" ] = not bool (self .options .with_utf8_validation )
5249 tc .generate ()
5350
5451 def build (self ):
Original file line number Diff line number Diff line change 11versions :
2+ " 0.12.0 " :
3+ folder : all
24 " 0.10.0 " :
35 folder : all
46 " 0.9.0 " :
57 folder : all
6- " 0.8.0 " :
7- folder : all
8- " 0.7.0 " :
9- folder : all
10- " 0.6.0 " :
11- folder : all
12- " 0.5.1 " :
13- folder : all
14- " 0.5.0 " :
15- folder : all
16- " 0.4.0 " :
17- folder : all
18- " 0.3.0 " :
19- folder : all
You can’t perform that action at this time.
0 commit comments