[quirc] Use SOURCE_PATH

This commit is contained in:
Alexander Karatarakis 2018-04-20 18:46:47 -07:00
parent 0d9158961f
commit 5baa90a615
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: quirc
Version: 1.0-1
Version: 1.0-2
Description: quirc is one of the C library available for scanning QR Codes

View File

@ -11,7 +11,7 @@ vcpkg_from_github(
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_apply_patches(
SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/quirc-1.0
SOURCE_PATH ${SOURCE_PATH}
PATCHES
${CMAKE_CURRENT_LIST_DIR}/patch-for-msvc.patch
)