From 2539ede3942be45cbc2729be14740de9b45980a5 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 16 Jan 2018 10:33:29 -0800 Subject: cmake: Check for minimum MSVC, bump MSVC min version to 14.0 - MSVC 14.0 is required to support a lot of the new C++11 features required for rpclib, among others. - Moved Boost minimum version variable to same spot as other minimum versions --- host/docs/build.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs') diff --git a/host/docs/build.dox b/host/docs/build.dox index 674377bb2..a022985a8 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -28,7 +28,7 @@ The following compilers are known to work and officially supported: - GCC >= 4.8 - Clang >= 3.3 -- MSVC >= 2012; the free Visual Studio Express Edition for Desktop works. +- MSVC >= 2015 (14.0); the free version works. Other compilers (or lower versions) may work, but are unsupported. -- cgit v1.2.3