Skip to content

Commit

Permalink
[openblas] Have the portfile apply the new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alisa yang authored and alexkaratarakis committed Sep 6, 2017
1 parent 1253ad0 commit d440c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/openblas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d440c58

Please sign in to comment.