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
1d8d9d62
Commit
1d8d9d62
authored
Feb 13, 2018
by
Davis King
Browse files
merged
parents
c38d7e55
06a57d25
Changes
1
Hide 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 @
1d8d9d62
...
@@ -326,12 +326,12 @@ if (NOT blas_found)
...
@@ -326,12 +326,12 @@ 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
})
set(lapack_libraries ${LAPACK_LIBRARIES
})
set(lapack_
libraries ${LAPACK_LIBRARIES}
)
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