aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/cblas-test/portfile.cmake
blob: b6904bf78302d0450897f73db3292725002e003f (plain)
1
2
3
4
5
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)

# Make sure BLAS can be found
vcpkg_cmake_configure(SOURCE_PATH "${CURRENT_PORT_DIR}"
                      OPTIONS -DVCPKG_HOST_TRIPLET=${HOST_TRIPLET})