mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	CGAL to 5.4 TBB to 2021.5 OpenVDB to 8.2 Change-Id: I08992fce104e6f56001643c3c5dbf6c3f59ffc3d (cherry picked from commit 1571f176fc37dda1c3e889776e13fa49bba4ae42)
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			486 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
bambustudio_add_cmake_project(
 | 
						|
    CGAL
 | 
						|
    # GIT_REPOSITORY https://github.com/CGAL/cgal.git
 | 
						|
    # GIT_TAG        caacd806dc55c61cc68adaad99f2240f00493b29 # releases/CGAL-5.3
 | 
						|
    # For whatever reason, this keeps downloading forever (repeats downloads if finished)
 | 
						|
    URL      https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
 | 
						|
    URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
 | 
						|
    DEPENDS dep_Boost dep_GMP dep_MPFR
 | 
						|
)
 | 
						|
 | 
						|
include(GNUInstallDirs)
 |