Merge pull request #7220 from shuffle2/msc-ver

bump msvc version check
This commit is contained in:
shuffle2
2018-07-11 15:24:29 -07:00
committed by GitHub

View File

@ -67,7 +67,7 @@
#ifdef _WIN32
#if _MSC_FULL_VER < 191025017
#if _MSC_FULL_VER < 191426433
#error Please update your build environment to the latest Visual Studio 2017!
#endif