C_LAPACK: Fixes to make it compile with MSVC (#3605)
[platform/upstream/openblas.git] / cmake / system.cmake
index de17ad6..cb911ad 100644 (file)
@@ -284,7 +284,7 @@ if (NOT NOFORTRAN)
   # Fortran Compiler dependent settings
   include("${PROJECT_SOURCE_DIR}/cmake/fc.cmake")
 else ()
-  if (NOT MSVC)
+  if (NOT XXXX)
     set(C_LAPACK 1)
     if (INTERFACE64)
       set (CCOMMON_OPT "${CCOMMON_OPT} -DLAPACK_ILP64")