aboutsummaryrefslogtreecommitdiff
path: root/ports/blas/portfile.cmake
blob: f70aa46eabd3fbd7d689226d7be71aa93297f760 (plain)
1
2
3
4
5
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)

# Make sure BLAS can be found
vcpkg_configure_cmake(SOURCE_PATH ${CURRENT_PORT_DIR}
                      OPTIONS -DCMAKE_PREFIX_PATH="${CURRENT_PACKAGES_DIR}")