From: Matthias Maier Date: Sun, 2 Aug 2015 23:00:58 +0000 (-0500) Subject: CMake: Remove a commented out check X-Git-Tag: v8.4.0-rc2~687^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e09c34dececcb85fcfed6b602eff6ab84ba4466;p=dealii.git CMake: Remove a commented out check --- diff --git a/cmake/setup_compiler_flags_msvc.cmake b/cmake/setup_compiler_flags_msvc.cmake index da6f375a60..d23b5e455f 100644 --- a/cmake/setup_compiler_flags_msvc.cmake +++ b/cmake/setup_compiler_flags_msvc.cmake @@ -20,14 +20,6 @@ # editing this file. # -#TODO: this check is not working, my version is 17.0.51106.1 (2012) -#IF(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "17.0.0.0" ) -## MESSAGE(WARNING "\n" -# "You're using an old version of the MSVC C++ Compiler!\n" -# "It is strongly recommended to use at least version 2012.\n" -# ) -#ENDIF() - ######################## # #