6 lines
209 B
CMake
6 lines
209 B
CMake
|
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||
|
|
||
|
# Make sure LAPACK can be found
|
||
|
vcpkg_configure_cmake(SOURCE_PATH ${CURRENT_PORT_DIR}
|
||
|
OPTIONS -DCMAKE_PREFIX_PATH="${CURRENT_PACKAGES_DIR}")
|