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
2b9de7f4
Commit
2b9de7f4
authored
Mar 10, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed file
parent
d30f87b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
dlib/CMakeLists.txt
+1
-1
find_blas.cmake
dlib/cmake_utils/find_blas.cmake
+0
-0
No files found.
dlib/CMakeLists.txt
View file @
2b9de7f4
...
...
@@ -512,7 +512,7 @@ if (NOT TARGET dlib)
if
(
DLIB_USE_BLAS OR DLIB_USE_LAPACK OR DLIB_USE_MKL_FFT
)
# Try to find BLAS, LAPACK and MKL
include
(
cmake_utils/
cmake_find_blas.txt
)
include
(
cmake_utils/
find_blas.cmake
)
if
(
DLIB_USE_BLAS
)
if
(
blas_found
)
...
...
dlib/cmake_utils/
cmake_find_blas.txt
→
dlib/cmake_utils/
find_blas.cmake
View file @
2b9de7f4
File moved
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