early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/lapack-reference/lapacke.patch
vendored
Executable file
16
externals/vcpkg/ports/lapack-reference/lapacke.patch
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1ee66f1..7cec7ca 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -392,8 +392,9 @@ endif()
|
||||
set(LAPACK_INSTALL_EXPORT_NAME ${LAPACK_INSTALL_EXPORT_NAME_CACHE})
|
||||
unset(LAPACK_INSTALL_EXPORT_NAME_CACHE)
|
||||
|
||||
-add_subdirectory(LAPACKE)
|
||||
-
|
||||
+if(LAPACKE)
|
||||
+ add_subdirectory(LAPACKE)
|
||||
+endif()
|
||||
|
||||
#-------------------------------------
|
||||
# BLAS++ / LAPACK++
|
Reference in New Issue
Block a user