mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	Fix missing gmpxx from dep_GMP
This commit is contained in:
		
							parent
							
								
									d14ff000e0
								
							
						
					
					
						commit
						c81b1fbbbd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								deps/GMP/GMP.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								deps/GMP/GMP.cmake
									
										
									
									
										vendored
									
									
								
							|  | @ -20,7 +20,7 @@ else () | |||
|     ExternalProject_Add(dep_GMP | ||||
|         URL  https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 | ||||
|         BUILD_IN_SOURCE ON  | ||||
|         CONFIGURE_COMMAND ./configure --enable-shared=no --enable-static=yes "--prefix=${DESTDIR}/usr/local" --with-pic | ||||
|         CONFIGURE_COMMAND ./configure --enable-shared=no --enable-cxx=yes --enable-static=yes "--prefix=${DESTDIR}/usr/local" --with-pic | ||||
|         BUILD_COMMAND     make -j | ||||
|         INSTALL_COMMAND   make install | ||||
|     ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros