bump msvc required version to align wth vs 16.11

This commit is contained in:
Shawn Hoffman 2021-08-14 03:57:25 -07:00
parent 891726e924
commit f3031e2be2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#define STRINGIFY_HELPER(x) #x
#define STRINGIFY(x) STRINGIFY_HELPER(x)
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 192930037
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 192930133
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
#error Please update your build environment to the latest Visual Studio 2019!
#endif