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
8f364975
Commit
8f364975
authored
Sep 22, 2012
by
Davis King
Browse files
Backed out changeset aa751e9fd7ef
Turns out this causes path conflicts on some systems.
parent
f5460475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
dlib/cmake_find_blas.txt
dlib/cmake_find_blas.txt
+2
-3
No files found.
dlib/cmake_find_blas.txt
View file @
8f364975
...
...
@@ -80,9 +80,8 @@ if (UNIX)
# try to find some other BLAS libraries if we didn't find the MKL
if (NOT blas_found)
set(extra_paths /usr/lib/atlas-base/ /usr/lib/atlas/ )
find_library(atlas_lib atlas ${extra_paths})
find_library(cblas_lib cblas ${extra_paths})
find_library(atlas_lib atlas)
find_library(cblas_lib cblas)
if (atlas_lib AND cblas_lib)
set(blas_libraries ${atlas_lib} ${cblas_lib})
set(blas_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