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

This commit is contained in:
Davis King 2015-10-10 12:35:31 -04:00
parent 9bf4534afb
commit caf87fa465
1 changed files with 2 additions and 0 deletions

View File

@ -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)