mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	require web services
This commit is contained in:
		
							parent
							
								
									b71d9e108d
								
							
						
					
					
						commit
						da59ce91c9
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -23,6 +23,10 @@ if (ENABLE_WEB_SERVICE AND NOT CITRA_USE_BUNDLED_CURL AND MINGW) | ||||||
|     message(AUTHOR_WARNING "Turning on CITRA_USE_BUNDLED_CURL. Override it only if you know what you are doing.") |     message(AUTHOR_WARNING "Turning on CITRA_USE_BUNDLED_CURL. Override it only if you know what you are doing.") | ||||||
|     SET(CITRA_USE_BUNDLED_CURL ON CACHE BOOL "" FORCE) |     SET(CITRA_USE_BUNDLED_CURL ON CACHE BOOL "" FORCE) | ||||||
| endif() | endif() | ||||||
|  | if (CITRA_ENABLE_COMPATIBILITY_REPORTING AND NOT ENABLE_WEB_SERVICE) | ||||||
|  |     message("Compatibility reporting requires web services to be enabled") | ||||||
|  |     SET(CITRA_ENABLE_COMPATIBILITY_REPORTING OFF CACHE BOOL "" FORCE) | ||||||
|  | endif() | ||||||
| 
 | 
 | ||||||
| if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) | if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) | ||||||
|     message(STATUS "Copying pre-commit hook") |     message(STATUS "Copying pre-commit hook") | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue