diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-08-18 16:39:32 +0200 |
---|---|---|
committer | Michael Dickens <michaelld@users.noreply.github.com> | 2018-11-17 12:00:54 -0800 |
commit | 3860b7b5a4c9a40afa11bde6d0a4589c55f8ae97 (patch) | |
tree | 5bad6cd24a490aca8fa963af631a44de0bae533f /docs | |
parent | 97dcfb7990c5dce593aca9b30a993a9bd02a5d18 (diff) |
Introduce MSVC version check; bump required version to 1800 (VS15)
Fixes #1705
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index c078d5bfdd..cf9cc39ba9 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -44,6 +44,7 @@ A C/C++ compiler is also required. These are known to work: \li gcc/g++ (>= @GCC_MIN_VERSION@) https://gcc.gnu.org/install/download.html \li clang/clang++ (>= @CLANG_MIN_VERSION@) http://releases.llvm.org/download.html +\li Microsoft Visual Studio (>= @MSVC_MIN_VERSION@) Other compilers may work, but are not supported. |