[openblas] Have the portfile apply the new patch

This commit is contained in:
Alisa yang 2017-09-06 15:57:13 -07:00 committed by Alexander Karatarakis
parent 1253ad0c62
commit d440c5863f

View File

@ -31,7 +31,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_apply_patches(
SOURCE_PATH ${SOURCE_PATH}
PATCHES "${CMAKE_CURRENT_LIST_DIR}/install-openblas.patch"
PATCHES "${CMAKE_CURRENT_LIST_DIR}/install-openblas.patch" "${CMAKE_CURRENT_LIST_DIR}/whitespace.patch"
)
find_program(GIT NAMES git git.cmd)