Updated CMake to compile cblas.

main
lib 2 years ago
parent b70f701b22
commit 67a4b69a9f
  1. 2
      CMakeLists.txt

@ -355,7 +355,7 @@ endif()
# -------------------------------------------------- # --------------------------------------------------
# CBLAS # CBLAS
option(CBLAS "Build CBLAS" OFF) option(CBLAS "Build CBLAS" ON)
if(CBLAS) if(CBLAS)
add_subdirectory(CBLAS) add_subdirectory(CBLAS)

Loading…
Cancel
Save