mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:59:05 +08:00
0526b9cb22
* [intel-mkl] install mkl instead of requesting the user to install it * windows and linux stuff * add openmp stuff * fix mixing basepath2 * remove x64 windows * add openmp -> libiomp rename * retry linux * portfile adjustment * adjust stuff for arrayfire * fix linkage * update baseline * add a warning message * format manifest * bump port version * v db * - install usage - change interface to ilp64 (default for x64) - remove debug output * v db * cleanup ci baseline * new try for arrayfire * retry * actually pass the option. * v db * guard settings with cpu feature * v db * cleanup from CR * v db
6 lines
155 B
CMake
6 lines
155 B
CMake
set(MKL_THREADING "@threading@")
|
|
if("@VCPKG_TARGET_ARCHITECTURE@" STREQUAL "x64")
|
|
set(MKL_INTERFACE "@interface@")
|
|
endif()
|
|
|
|
_find_package(${ARGS}) |