mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 16:33:40 +08:00 
			
		
		
		
	Patch cmake version to a reasonable value
This commit is contained in:
		@@ -27,6 +27,9 @@ for x in f:
 | 
				
			|||||||
f.close()
 | 
					f.close()
 | 
				
			||||||
p.close()
 | 
					p.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#Replace cmake version, as 3.19 is not really needed
 | 
				
			||||||
 | 
					result.replace("3.19", "3.18")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
f = open(input, "w")
 | 
					f = open(input, "w")
 | 
				
			||||||
f.write(result)
 | 
					f.write(result)
 | 
				
			||||||
f.close()
 | 
					f.close()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user