mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	CMake: Silence more MSVC "deprecation" warnings
This commit is contained in:
		
							parent
							
								
									d91f1c0624
								
							
						
					
					
						commit
						f226365f55
					
				| @ -74,7 +74,7 @@ if (NOT MSVC) | ||||
|     endif() | ||||
| else() | ||||
|     # Silence "deprecation" warnings | ||||
|     add_definitions(/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE) | ||||
|     add_definitions(/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS) | ||||
|     # Avoid windows.h junk | ||||
|     add_definitions(/DNOMINMAX) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user