Utest needs CBLAS but not necessarily FORTRAN
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 6 Jul 2019 12:29:47 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jul 2019 12:29:47 +0000 (14:29 +0200)
CMakeLists.txt

index 50da721..d7d9c2f 100644 (file)
@@ -211,7 +211,8 @@ if (USE_THREAD)
   target_link_libraries(${OpenBLAS_LIBNAME} ${CMAKE_THREAD_LIBS_INIT})
 endif()
 
-if (MSVC OR NOT NOFORTRAN)
+#if (MSVC OR NOT NOFORTRAN)
+if (NOT NO_CBLAS)
   # Broken without fortran on unix
   add_subdirectory(utest)
 endif()