mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			387 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			387 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
 | 
						|
set(DEP_CMAKE_OPTS "-DCMAKE_POSITION_INDEPENDENT_CODE=ON")
 | 
						|
 | 
						|
include("deps-unix-common.cmake")
 | 
						|
 | 
						|
# Some Linuxes may have very old libpng, so it's best to bundle it instead of relying on the system version.
 | 
						|
# find_package(PNG QUIET)
 | 
						|
# if (NOT PNG_FOUND)
 | 
						|
#     message(WARNING "No PNG dev package found in system, building static library. You should install the system package.")
 | 
						|
# endif () |