Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
f88fd99e
Commit
f88fd99e
authored
Oct 28, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make cmake output less confusing
parent
c29314f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake_find_blas.txt
dlib/cmake_utils/cmake_find_blas.txt
+2
-2
No files found.
dlib/cmake_utils/cmake_find_blas.txt
View file @
f88fd99e
...
...
@@ -331,7 +331,7 @@ endif()
# When all else fails use CMake's built in functions to find BLAS and LAPACK
if (NOT blas_found)
find_package(BLAS)
find_package(BLAS
QUIET
)
if (${BLAS_FOUND})
set(blas_libraries ${BLAS_LIBRARIES})
set(blas_found 1)
...
...
@@ -339,7 +339,7 @@ if (NOT blas_found)
endif()
if (NOT lapack_found)
find_package(LAPACK)
find_package(LAPACK
QUIET
)
if (${LAPACK_FOUND})
set(lapack_libraries ${LAPACK_LIBRARIES})
set(lapack_found 1)
...
...
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