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
caf87fa4
Commit
caf87fa4
authored
Oct 10, 2015
by
Davis King
Browse files
Just marked a variable as advanced so it doesn't show up in ccmake.
parent
9bf4534a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/cmake_find_blas.txt
dlib/cmake_find_blas.txt
+2
-0
No files found.
dlib/cmake_find_blas.txt
View file @
caf87fa4
...
@@ -34,6 +34,7 @@ if (UNIX)
...
@@ -34,6 +34,7 @@ if (UNIX)
)
)
find_library(mkl_intel mkl_intel_lp64 ${mkl_search_path})
find_library(mkl_intel mkl_intel_lp64 ${mkl_search_path})
mark_as_advanced(mkl_intel)
else()
else()
set( mkl_search_path
set( mkl_search_path
/opt/intel/mkl/*/lib/32
/opt/intel/mkl/*/lib/32
...
@@ -42,6 +43,7 @@ if (UNIX)
...
@@ -42,6 +43,7 @@ if (UNIX)
)
)
find_library(mkl_intel mkl_intel ${mkl_search_path})
find_library(mkl_intel mkl_intel ${mkl_search_path})
mark_as_advanced(mkl_intel)
endif()
endif()
include(CheckLibraryExists)
include(CheckLibraryExists)
...
...
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