mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-23 04:57:58 +08:00
13 lines
342 B
Diff
13 lines
342 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index c729d95..2b15e31 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -1,6 +1,6 @@
|
||
|
cmake_minimum_required(VERSION 2.6)
|
||
|
project(CLAPACK C)
|
||
|
-find_package(BLAS REQUIRED)
|
||
|
+find_package(OpenBLAS REQUIRED)
|
||
|
|
||
|
if(WIN32 AND NOT CYGWIN)
|
||
|
set(SECOND_SRC ${CLAPACK_SOURCE_DIR}/INSTALL/winsecond.c)
|