cxx: add msvc c++ standard test
This commit is contained in:
parent
75bf85232e
commit
576a112da8
@ -3,7 +3,9 @@ include (test_restrict)
|
||||
|
||||
|
||||
###############################################################################
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1z -fpermissive")
|
||||
append_compile_flag ("-std=c++1z")
|
||||
append_compile_flag ("-fpermissive")
|
||||
append_compile_flag ("/std:c++latest")
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user