aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/lapack-test/portfile.cmake
blob: 28b2faa0c9e33c7eb00b9b9383281e648ff85842 (plain)
1
2
3
4
5
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})