mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	externals: add overarching USE_SYSTEM_LIBS variable (#7078)
This commit is contained in:
		
							parent
							
								
									6d4e462e42
								
							
						
					
					
						commit
						2416258117
					
				
					 3 changed files with 81 additions and 18 deletions
				
			
		
							
								
								
									
										4
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -34,6 +34,10 @@ if (NOT USE_SYSTEM_BOOST) | |||
|     ) | ||||
|     target_link_libraries(boost_iostreams PUBLIC boost) | ||||
| # Add additional boost libs here; remember to ALIAS them in the root CMakeLists! | ||||
| else() | ||||
|     unset(BOOST_ROOT CACHE) | ||||
|     unset(Boost_INCLUDE_DIR CACHE) | ||||
|     set(Boost_NO_SYSTEM_PATHS OFF CACHE BOOL "" FORCE) | ||||
| endif() | ||||
| 
 | ||||
| # Catch2 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue