mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[openblas] Have the portfile apply the new patch
This commit is contained in:
parent
1253ad0c62
commit
d440c5863f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user