C_LAPACK: Fixes to make it compile with MSVC (#3605)
[platform/upstream/openblas.git] / cmake / f_check.cmake
index 09025f5..df3a485 100644 (file)
@@ -27,7 +27,7 @@ if(CMAKE_Fortran_COMPILER)
 else()
   set (NOFORTRAN 1)
   if (NOT NO_LAPACK)
-     if (NOT MSVC)
+     if (NOT XXXXX)
        message(STATUS "No Fortran compiler found, can build only BLAS and f2c-converted LAPACK")
        set(C_LAPACK 1)
        if (INTERFACE64)