mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	ENH: curl: set backend to openssl for windows
Change-Id: I64c3b9f29ec7e986585e7e8361931599d5398125
This commit is contained in:
		
							parent
							
								
									c6152a70e9
								
							
						
					
					
						commit
						e03ac4957b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								deps/CURL/CURL.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								deps/CURL/CURL.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -25,7 +25,8 @@ set(_curl_platform_flags
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (WIN32)
 | 
					if (WIN32)
 | 
				
			||||||
  set(_curl_platform_flags  ${_curl_platform_flags} -DCMAKE_USE_SCHANNEL=ON)
 | 
					  #set(_curl_platform_flags  ${_curl_platform_flags} -DCMAKE_USE_SCHANNEL=ON)
 | 
				
			||||||
 | 
					  set(_curl_platform_flags  ${_curl_platform_flags} -DCMAKE_USE_OPENSSL=ON -DCURL_CA_PATH:STRING=none)
 | 
				
			||||||
elseif (APPLE)
 | 
					elseif (APPLE)
 | 
				
			||||||
  set(_curl_platform_flags 
 | 
					  set(_curl_platform_flags 
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue