Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
06a57d25
"...text-generation-inference.git" did not exist on "17ed42be3a27742cd3143ec6f943217e7d03b7d3"
Commit
06a57d25
authored
Feb 12, 2018
by
Davis King
Browse files
Improve cmake lapack finding.
parent
ef4b7a0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dlib/cmake_utils/cmake_find_blas.txt
dlib/cmake_utils/cmake_find_blas.txt
+6
-6
No files found.
dlib/cmake_utils/cmake_find_blas.txt
View file @
06a57d25
...
@@ -326,7 +326,6 @@ if (NOT blas_found)
...
@@ -326,7 +326,6 @@ if (NOT blas_found)
if (${BLAS_FOUND})
if (${BLAS_FOUND})
set(blas_libraries ${BLAS_LIBRARIES})
set(blas_libraries ${BLAS_LIBRARIES})
set(blas_found 1)
set(blas_found 1)
endif()
if (NOT lapack_found)
if (NOT lapack_found)
find_package(LAPACK QUIET)
find_package(LAPACK QUIET)
if (${LAPACK_FOUND})
if (${LAPACK_FOUND})
...
@@ -334,6 +333,7 @@ if (NOT blas_found)
...
@@ -334,6 +333,7 @@ if (NOT blas_found)
set(lapack_found 1)
set(lapack_found 1)
endif()
endif()
endif()
endif()
endif()
endif()
endif()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment