because we can no longer support it
# #
########################
+# Notice how intelligent the version numbering of "Microsoft Visual Studio 2017
+# version 15.0" is, the c++ compiler is advertised as "MSVC++ 14.1" but the
+# version information is 19.10.x (this is the numbering used by CMake), see
+# https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B#Internal_version_numbering
+IF(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "19.10" )
+ MESSAGE(FATAL_ERROR "\n"
+ "You're using an old version of the Visual Studio C++ Compiler!\n"
+ "You need at least version Visual Studio 2017.\n"
+ )
+ENDIF()
+
+
# enable exception handling:
ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/EHsc")
<li>Mac OS X: GCC version 4.8 or later; Clang version 3.3 or later.
Please see the <a href="https://github.com/dealii/dealii/wiki/MacOSX"
target="_top">deal.II Wiki</a> for installation instructions.</li>
- <li>Windows: experimental support for Visual Studio 2015 and 2017.
+ <li>Windows: experimental support for Visual Studio 2017.
Please have a look at the
<a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#can-i-use-dealii-on-a-windows-platform">
FAQ</a> and at the <a href="https://github.com/dealii/dealii/wiki/Windows"
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams