cmake find_package(MKL) examples

CGAL/cgal Installation/cmake/modules/CGAL_UseMKL.cmake :2

# It assumes that find_package(MKL) was already called.

projectchrono/chrono src/chrono_pardisomkl/CMakeLists.txt :81

find_package(MKL CONFIG REQUIRED)

CNugteren/CLBlast CMakeLists.txt :197

find_package(MKL)

cp2k/cp2k cmake/modules/FindMKL.cmake :56

find_package(MKL REQUIRED)

ElmerCSC/elmerfem CMakeLists.txt :289

FIND_PACKAGE(MKL REQUIRED)

ElmerCSC/elmerfem CMakeLists.txt :308

FIND_PACKAGE(MKL QUIET)

frontistr/frontistr CMakeLists.txt :158

find_package(MKL)

lammps/lammps cmake/Modules/Packages/INTEL.cmake :59

find_package(MKL QUIET)

lammps/lammps cmake/Modules/Packages/KOKKOS.cmake :171

find_package(MKL REQUIRED)

lammps/lammps cmake/Modules/Packages/KOKKOS.cmake :174

find_package(MKL REQUIRED)

lammps/lammps cmake/Modules/Packages/KSPACE.cmake :37

find_package(MKL REQUIRED)

pghysels/STRUMPACK CMakeLists.txt :160

find_package(MKL REQUIRED)

LLNL/sundials cmake/tpl/SundialsONEMKL.cmake :63

find_package(
  MKL
  CONFIG
  PATHS
  "${ONEMKL_DIR}"
  "${ONEMKL_DIR}/lib/cmake/mkl"
  NO_DEFAULT_PATH
  REQUIRED)

trilinos/Trilinos cmake/TPLs/FindTPLMKL.cmake :26

find_package(MKL REQUIRED COMPONENTS MKL::MKL MKL::MKL_SYCL)

trilinos/Trilinos packages/kokkos-kernels/cmake/Modules/FindTPLMKL.cmake :1

find_package(MKL)