mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	CMake: Require Boost 1.57.0 (fixes Travis OS X)
This commit is contained in:
		
							parent
							
								
									a320d1a5b4
								
							
						
					
					
						commit
						da04976437
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -41,11 +41,11 @@ else() | |||
|     message(STATUS "libpng not found. Some debugging features have been disabled.") | ||||
| endif() | ||||
| 
 | ||||
| find_package(Boost) | ||||
| find_package(Boost 1.57.0) | ||||
| if (Boost_FOUND) | ||||
|     include_directories(${Boost_INCLUDE_DIRS}) | ||||
| else() | ||||
|     message(STATUS "Boost not found, falling back to externals") | ||||
|     message(STATUS "Boost 1.57.0 or newer not found, falling back to externals") | ||||
|     include_directories(externals/boost) | ||||
| endif() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue