Browse Source

Merge branch 'intel-fortran-2016' into release

Brad King 10 years ago
parent
commit
1227ea38e5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Modules/CMakeFortranCompilerId.F.in

+ 3 - 1
Modules/CMakeFortranCompilerId.F.in

@@ -17,7 +17,9 @@
 
 # if defined(_MSC_VER)
         PRINT *, 'INFO:simulate[MSVC]'
-#  if _MSC_VER >= 1800
+#  if _MSC_VER >= 1900
+        PRINT *, 'INFO:simulate_version[019.00]'
+#  elif _MSC_VER >= 1800
         PRINT *, 'INFO:simulate_version[018.00]'
 #  elif _MSC_VER >= 1700
         PRINT *, 'INFO:simulate_version[017.00]'