mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	CMake: Don't complain when Boost isn't found in the system.
This commit is contained in:
		
							parent
							
								
									2eec2c156b
								
							
						
					
					
						commit
						fdb0f8203e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -115,7 +115,7 @@ else() | ||||||
|     message(STATUS "libpng not found. Some debugging features have been disabled.") |     message(STATUS "libpng not found. Some debugging features have been disabled.") | ||||||
| endif() | endif() | ||||||
| 
 | 
 | ||||||
| find_package(Boost 1.57.0) | find_package(Boost 1.57.0 QUIET) | ||||||
| if (Boost_FOUND) | if (Boost_FOUND) | ||||||
|     include_directories(${Boost_INCLUDE_DIRS}) |     include_directories(${Boost_INCLUDE_DIRS}) | ||||||
| else() | else() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue