diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-08-17 11:27:15 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-17 11:28:00 -0700 |
commit | 51355e1e35dceac6e732623409fe1bd1c813755b (patch) | |
tree | b9b02651f1c52511f43b53b9441ef7ce96251cdc /host/docs | |
parent | 822055ac228d788f95f2fb08c64bf93d21f4ef27 (diff) | |
download | uhd-51355e1e35dceac6e732623409fe1bd1c813755b.tar.gz uhd-51355e1e35dceac6e732623409fe1bd1c813755b.tar.bz2 uhd-51355e1e35dceac6e732623409fe1bd1c813755b.zip |
docs: changed earliest MSVC supported version to 2012
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index a767a8e1b..0e722e376 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.4 - Clang >= 3.1 -- MSVC >= 2010 +- MSVC >= 2012 Other compilers (or lower versions) may work, but are unsupported. |