mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bumped up boost version from 1.70.0 to 1.75.0 mainly due to an issue
with an updated Xcode / clang incorrectly reporting that it supports __cpp_lib_uncaught_exceptions while it does not if targeting older platforms. This issue has been fixed in boost 1.74.0 and 1.75.0
This commit is contained in:
		
							parent
							
								
									aa19870c54
								
							
						
					
					
						commit
						dd9269a9d1
					
				
					 4 changed files with 8 additions and 8 deletions
				
			
		
							
								
								
									
										4
									
								
								deps/deps-macos.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								deps/deps-macos.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -18,8 +18,8 @@ include("deps-unix-common.cmake")
 | 
			
		|||
 | 
			
		||||
ExternalProject_Add(dep_boost
 | 
			
		||||
    EXCLUDE_FROM_ALL 1
 | 
			
		||||
    URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
 | 
			
		||||
    URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
 | 
			
		||||
    URL "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz"
 | 
			
		||||
    URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
 | 
			
		||||
    BUILD_IN_SOURCE 1
 | 
			
		||||
    CONFIGURE_COMMAND ./bootstrap.sh
 | 
			
		||||
        --with-toolset=clang
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue