Commit caf87fa4 authored by Davis King's avatar Davis King

Just marked a variable as advanced so it doesn't show up in ccmake.

parent 9bf4534a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment