mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 12:45:03 +01:00 
			
		
		
		
	CMakeLists: Disable concepts in boost asio
This commit is contained in:
		
							parent
							
								
									739d90ee66
								
							
						
					
					
						commit
						539675b21a
					
				@ -123,6 +123,8 @@ if (MSVC)
 | 
			
		||||
 | 
			
		||||
    # cubeb and boost still make use of deprecated result_of.
 | 
			
		||||
    add_definitions(-D_HAS_DEPRECATED_RESULT_OF)
 | 
			
		||||
    # boost asio's concept usage doesn't play nicely with MSVC yet.
 | 
			
		||||
    add_definitions(-DASIO_DISABLE_CONCEPTS)
 | 
			
		||||
else()
 | 
			
		||||
    set(CMAKE_CXX_STANDARD 17)
 | 
			
		||||
    set(CMAKE_CXX_STANDARD_REQUIRED ON)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user