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
06acdcac
Commit
06acdcac
authored
Feb 07, 2018
by
Davis King
Browse files
Fixed confusing warning message from cmake about BLAS.
parent
ba29493a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cmake_utils/cmake_find_blas.txt
dlib/cmake_utils/cmake_find_blas.txt
+1
-1
No files found.
dlib/cmake_utils/cmake_find_blas.txt
View file @
06acdcac
...
@@ -329,7 +329,7 @@ if (NOT blas_found)
...
@@ -329,7 +329,7 @@ if (NOT blas_found)
endif()
endif()
endif()
endif()
if (NOT lapack_found)
if (
blas_found AND
NOT lapack_found)
find_package(LAPACK QUIET)
find_package(LAPACK QUIET)
if (${LAPACK_FOUND})
if (${LAPACK_FOUND})
set(lapack_libraries ${LAPACK_LIBRARIES})
set(lapack_libraries ${LAPACK_LIBRARIES})
...
...
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