Fix build with MSVC 17.8.0.
This commit is contained in:
		
							parent
							
								
									c373a0a014
								
							
						
					
					
						commit
						5abaeaf922
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								external/qt/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								external/qt/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -73,6 +73,11 @@ INTERFACE | ||||||
| if (WIN32) | if (WIN32) | ||||||
|     set(qt_lib_prefix "") |     set(qt_lib_prefix "") | ||||||
|     set(qt_lib_suffix $<$<CONFIG:Debug>:d>.lib) |     set(qt_lib_suffix $<$<CONFIG:Debug>:d>.lib) | ||||||
|  | 
 | ||||||
|  |     target_compile_definitions(external_qt | ||||||
|  |     INTERFACE | ||||||
|  |         _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING | ||||||
|  |     ) | ||||||
| else() | else() | ||||||
|     set(qt_lib_prefix lib) |     set(qt_lib_prefix lib) | ||||||
|     if (APPLE) |     if (APPLE) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 John Preston
						John Preston