Commit ed09b7a3 authored by Chen Bill's avatar Chen Bill Committed by GitHub

revert cppdialect (#2848)

parent 5cbf953b
...@@ -3,7 +3,6 @@ include "spmemvfs/." ...@@ -3,7 +3,6 @@ include "spmemvfs/."
project "YGOPro" project "YGOPro"
kind "WindowedApp" kind "WindowedApp"
cppdialect "C++14"
rtti "Off" rtti "Off"
openmp "On" openmp "On"
...@@ -87,6 +86,8 @@ project "YGOPro" ...@@ -87,6 +86,8 @@ project "YGOPro"
filter {} filter {}
end end
end end
filter "not action:vs*"
cppdialect "C++14"
filter "system:macosx" filter "system:macosx"
openmp "Off" openmp "Off"
......
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