bump minimum VS version to 17.6
This commit is contained in:
parent
fede2ab9a9
commit
7feb6fda83
|
@ -6,7 +6,7 @@
|
||||||
#define STRINGIFY_HELPER(x) #x
|
#define STRINGIFY_HELPER(x) #x
|
||||||
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
||||||
|
|
||||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193532215
|
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193632532
|
||||||
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
|
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
|
||||||
#error Please update your build environment to the latest Visual Studio 2022!
|
#error Please update your build environment to the latest Visual Studio 2022!
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue