mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +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
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
intel-mkl provides CMake targets:
|
|
|
|
find_package(MKL CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE MKL::MKL)
|