aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-01-16 10:33:29 -0800
committerMartin Braun <martin.braun@ettus.com>2018-01-17 11:05:34 -0800
commit2539ede3942be45cbc2729be14740de9b45980a5 (patch)
treeab7b3ceb5714bfabe3654bbacc12795edd31ac7d /host/docs/build.dox
parent5eb2a59e1da392b53484dba24c0fad06fe4be07e (diff)
downloaduhd-2539ede3942be45cbc2729be14740de9b45980a5.tar.gz
uhd-2539ede3942be45cbc2729be14740de9b45980a5.tar.bz2
uhd-2539ede3942be45cbc2729be14740de9b45980a5.zip
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
Diffstat (limited to 'host/docs/build.dox')
-rw-r--r--host/docs/build.dox2
1 files changed, 1 insertions, 1 deletions
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 <a href="https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx">Visual Studio Express Edition for Desktop</a> works.
+- MSVC >= 2015 (14.0); the free version works.
Other compilers (or lower versions) may work, but are unsupported.