Unverified Commit 074b3e88 authored by June Liu's avatar June Liu Committed by GitHub
Browse files

Add msvc conformance check (#6234)

parent 2dfb9a40
......@@ -641,6 +641,7 @@ if(BUILD_CPP_TEST)
file(GLOB CPP_TEST_SOURCES tests/cpp_tests/*.cpp)
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /permissive-")
set(
CompilerFlags
CMAKE_CXX_FLAGS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment