Merge pull request #279 from Morten242/tiff-patch-path

Fix tiff patch path
This commit is contained in:
Alexander Karatarakis 2016-11-11 11:47:26 -08:00 committed by GitHub
commit ed285b76e2

View File

@ -9,7 +9,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_apply_patches(
SOURCE_PATH ${SOURCE_PATH}
PATCHES add-component-options.patch
PATCHES ${CMAKE_CURRENT_LIST_DIR}/add-component-options.patch
)
vcpkg_configure_cmake(