mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	Fix qhull download
This commit is contained in:
		
							parent
							
								
									466873c70d
								
							
						
					
					
						commit
						cfc927b371
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		
							
								
								
									
										6
									
								
								deps/deps-unix-common.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								deps/deps-unix-common.cmake
									
										
									
									
										vendored
									
									
								
							|  | @ -55,8 +55,10 @@ find_package(Git REQUIRED) | |||
| 
 | ||||
| ExternalProject_Add(dep_qhull | ||||
|     EXCLUDE_FROM_ALL 1 | ||||
|     URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz" | ||||
|     URL_HASH SHA256=619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0 | ||||
|     #URL "https://github.com/qhull/qhull/archive/v7.3.2.tar.gz" | ||||
|     #URL_HASH SHA256=619c8a954880d545194bc03359404ef36a1abd2dde03678089459757fd790cb0 | ||||
|     GIT_REPOSITORY  https://github.com/qhull/qhull.git | ||||
|     GIT_TAG         v7.3.2 | ||||
|     CMAKE_ARGS | ||||
|         -DBUILD_SHARED_LIBS=OFF | ||||
|         -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros