mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Disable libicu for boost-regex
Should have been disabled from the beginning
This commit is contained in:
		
							parent
							
								
									819a58579e
								
							
						
					
					
						commit
						6f89da1f39
					
				
					 3 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								deps/deps-linux.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								deps/deps-linux.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -26,6 +26,7 @@ ExternalProject_Add(dep_boost
 | 
			
		|||
        variant=release
 | 
			
		||||
        threading=multi
 | 
			
		||||
        boost.locale.icu=off
 | 
			
		||||
        --disable-icu
 | 
			
		||||
        cflags=-fPIC
 | 
			
		||||
        cxxflags=-fPIC
 | 
			
		||||
        install
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								deps/deps-macos.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								deps/deps-macos.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -33,6 +33,7 @@ ExternalProject_Add(dep_boost
 | 
			
		|||
        variant=release
 | 
			
		||||
        threading=multi
 | 
			
		||||
        boost.locale.icu=off
 | 
			
		||||
        --disable-icu
 | 
			
		||||
        "cflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
 | 
			
		||||
        "cxxflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
 | 
			
		||||
        "mflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								deps/deps-windows.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								deps/deps-windows.cmake
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -76,6 +76,7 @@ ExternalProject_Add(dep_boost
 | 
			
		|||
        variant=release
 | 
			
		||||
        threading=multi
 | 
			
		||||
        boost.locale.icu=off
 | 
			
		||||
        --disable-icu
 | 
			
		||||
        "${DEP_BOOST_DEBUG}" release install
 | 
			
		||||
    INSTALL_COMMAND ""   # b2 does that already
 | 
			
		||||
)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue