cmake,MKL: fix cmake warning: (mkl) does not match the name of the calling package (MKL)

This commit is contained in:
Robert Falkenberg 2022-03-01 15:08:28 +01:00
parent 3daa43e732
commit 7f6ca43e68
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ set(MKL_INCLUDE_DIRS ${MKL_INCLUDE_DIR} ${MKL_FFTW_INCLUDE_DIR})
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set MKL_FOUND to TRUE
# if all listed variables are TRUE
find_package_handle_standard_args(mkl DEFAULT_MSG
find_package_handle_standard_args(MKL DEFAULT_MSG
MKL_LIBRARIES MKL_CORE MKL_ILP MKL_SEQ MKL_INCLUDE_DIRS)
if(MKL_FOUND)