mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Fix tiff patch path
This commit is contained in:
parent
d746bf5822
commit
981ea2799e
@ -9,7 +9,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
|
|||||||
|
|
||||||
vcpkg_apply_patches(
|
vcpkg_apply_patches(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PATCHES add-component-options.patch
|
PATCHES ${CMAKE_CURRENT_LIST_DIR}/add-component-options.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user