mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
							parent
							
								
									3efe5f82d7
								
							
						
					
					
						commit
						eec8508e74
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								deps/Boost/Boost.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								deps/Boost/Boost.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,12 +2,12 @@ include(ExternalProject)
 | 
			
		|||
 | 
			
		||||
# Use boost 1.78 for Windows, to support VS2022
 | 
			
		||||
if (WIN32)
 | 
			
		||||
	set(_boost_url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.gz")
 | 
			
		||||
	set(_boost_url "https://github.com/SoftFever/OrcaSlicer_deps/releases/download/boost/boost_1_78_0.tar.gz")
 | 
			
		||||
	set(_boost_hash 94CED8B72956591C4775AE2207A9763D3600B30D9D7446562C552F0A14A63BE7)
 | 
			
		||||
    set(_bootstrap_cmd bootstrap.bat)
 | 
			
		||||
    set(_build_cmd  b2.exe)
 | 
			
		||||
else()
 | 
			
		||||
	set(_boost_url "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz")
 | 
			
		||||
	set(_boost_url "https://github.com/SoftFever/OrcaSlicer_deps/releases/download/boost/boost_1_75_0.tar.gz")
 | 
			
		||||
	set(_boost_hash AEB26F80E80945E82EE93E5939BAEBDCA47B9DEE80A07D3144BE1E1A6A66DD6A)
 | 
			
		||||
    set(_bootstrap_cmd ./bootstrap.sh)
 | 
			
		||||
    set(_build_cmd ./b2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue