mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	fix(cmake): MSVC does not properly recognize std version #3665
This commit is contained in:
		@@ -82,6 +82,7 @@ if(MSVC)
 | 
				
			|||||||
	if(POCO_SANITIZE_ASAN)
 | 
						if(POCO_SANITIZE_ASAN)
 | 
				
			||||||
		SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /fsanitize=address")
 | 
							SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /fsanitize=address")
 | 
				
			||||||
	endif()
 | 
						endif()
 | 
				
			||||||
 | 
						SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zc:__cplusplus")
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
option(ENABLE_NETSSL_WIN "Enable NetSSL Windows" OFF)
 | 
					option(ENABLE_NETSSL_WIN "Enable NetSSL Windows" OFF)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user