mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:29:14 +08:00
6 lines
197 B
CMake
6 lines
197 B
CMake
|
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||
|
|
||
|
# Make sure LAPACK can be found
|
||
|
vcpkg_cmake_configure(SOURCE_PATH "${CURRENT_PORT_DIR}"
|
||
|
OPTIONS -DVCPKG_HOST_TRIPLET=${HOST_TRIPLET})
|