mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:59:01 +08:00
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})
|