mirror of https://github.com/davisking/dlib.git
Just marked a variable as advanced so it doesn't show up in ccmake.
This commit is contained in:
parent
9bf4534afb
commit
caf87fa465
|
@ -34,6 +34,7 @@ if (UNIX)
|
|||
)
|
||||
|
||||
find_library(mkl_intel mkl_intel_lp64 ${mkl_search_path})
|
||||
mark_as_advanced(mkl_intel)
|
||||
else()
|
||||
set( mkl_search_path
|
||||
/opt/intel/mkl/*/lib/32
|
||||
|
@ -42,6 +43,7 @@ if (UNIX)
|
|||
)
|
||||
|
||||
find_library(mkl_intel mkl_intel ${mkl_search_path})
|
||||
mark_as_advanced(mkl_intel)
|
||||
endif()
|
||||
|
||||
include(CheckLibraryExists)
|
||||
|
|
Loading…
Reference in New Issue