mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	CMake: Silence PNG not found error
Hopefully this will make people stop thinking it's a hard dependency.
This commit is contained in:
		
							parent
							
								
									ed8f32f03e
								
							
						
					
					
						commit
						361735e7fe
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -33,10 +33,12 @@ else() | |||
| endif() | ||||
| add_definitions(-DSINGLETHREADED) | ||||
| 
 | ||||
| find_package(PNG) | ||||
| find_package(PNG QUIET) | ||||
| if (PNG_FOUND) | ||||
|     add_definitions(-DHAVE_PNG) | ||||
| endif () | ||||
| else() | ||||
|     message(STATUS "libpng not found. Some debugging features have been disabled.") | ||||
| endif() | ||||
| 
 | ||||
| find_package(Boost) | ||||
| if (Boost_FOUND) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue