File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
sources :
2
+ " 1.7.19 " :
3
+ url : " https://github.com/DaveGamble/cJSON/archive/v1.7.19.tar.gz"
4
+ sha256 : " 7fa616e3046edfa7a28a32d5f9eacfd23f92900fe1f8ccd988c1662f30454562"
2
5
" 1.7.18 " :
3
6
url : " https://github.com/DaveGamble/cJSON/archive/v1.7.18.tar.gz"
4
7
sha256 : " 3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def generate(self):
71
71
# Relocatable shared lib on Macos
72
72
tc .cache_variables ["CMAKE_POLICY_DEFAULT_CMP0042" ] = "NEW"
73
73
tc .cache_variables ["CMAKE_POLICY_VERSION_MINIMUM" ] = "3.5" # CMake 4 support
74
- if Version (self .version ) > "1.7.18 " : # pylint: disable=conan-unreachable-upper-version
74
+ if Version (self .version ) > "1.7.19 " : # pylint: disable=conan-unreachable-upper-version
75
75
raise ConanException ("CMAKE_POLICY_VERSION_MINIMUM hardcoded to 3.5, check if new version supports CMake 4" )
76
76
tc .generate ()
77
77
Original file line number Diff line number Diff line change 1
1
versions :
2
+ " 1.7.19 " :
3
+ folder : all
2
4
" 1.7.18 " :
3
5
folder : all
4
6
" 1.7.17 " :
You can’t perform that action at this time.
0 commit comments