mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 17:39:04 +08:00
a6cb7292c4
* [many ports]switch to vcpkg-cmake / vckg-cmake-config * version * Missing changes * version * typo * version * typo * version * fix typo * version * deprecate vcpkg_extract_source_archive_ex * version * fix arguments * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
6 lines
209 B
CMake
6 lines
209 B
CMake
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
|
|
|
# Make sure BLAS can be found
|
|
vcpkg_cmake_configure(SOURCE_PATH "${CURRENT_PORT_DIR}"
|
|
OPTIONS -DCMAKE_PREFIX_PATH="${CURRENT_PACKAGES_DIR}")
|