From 67a4b69a9fa1c317d8ae91ce8409592a47f3310d Mon Sep 17 00:00:00 2001 From: lib Date: Fri, 23 Jun 2023 18:02:48 -0500 Subject: [PATCH] Updated CMake to compile cblas. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ecf8a5..03ede16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -355,7 +355,7 @@ endif() # -------------------------------------------------- # CBLAS -option(CBLAS "Build CBLAS" OFF) +option(CBLAS "Build CBLAS" ON) if(CBLAS) add_subdirectory(CBLAS)