mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fix CGAL config script being non-relocatable
This commit is contained in:
		
							parent
							
								
									11b98b2241
								
							
						
					
					
						commit
						d349f24021
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								deps/CGAL/CGAL.cmake
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								deps/CGAL/CGAL.cmake
									
										
									
									
										vendored
									
									
								
							|  | @ -6,4 +6,10 @@ prusaslicer_add_cmake_project( | |||
|     # URL      https://github.com/CGAL/cgal/archive/releases/CGAL-5.0.zip | ||||
|     # URL_HASH SHA256=bd9327be903ab7ee379a8a7a0609eba0962f5078d2497cf8e13e8e1598584154 | ||||
|     DEPENDS dep_boost dep_GMP dep_MPFR | ||||
| ) | ||||
| 
 | ||||
| ExternalProject_Add_Step(dep_CGAL dep_CGAL_relocation_fix | ||||
|     DEPENDEES install | ||||
|     COMMAND ${CMAKE_COMMAND} -E remove CGALConfig-installation-dirs.cmake | ||||
|     WORKING_DIRECTORY "${DESTDIR}/usr/local/lib/cmake/CGAL" | ||||
| ) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros