mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[quirc] Use SOURCE_PATH
This commit is contained in:
parent
0d9158961f
commit
5baa90a615
@ -1,3 +1,3 @@
|
|||||||
Source: quirc
|
Source: quirc
|
||||||
Version: 1.0-1
|
Version: 1.0-2
|
||||||
Description: quirc is one of the C library available for scanning QR Codes
|
Description: quirc is one of the C library available for scanning QR Codes
|
||||||
|
@ -11,7 +11,7 @@ vcpkg_from_github(
|
|||||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||||
|
|
||||||
vcpkg_apply_patches(
|
vcpkg_apply_patches(
|
||||||
SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/quirc-1.0
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PATCHES
|
PATCHES
|
||||||
${CMAKE_CURRENT_LIST_DIR}/patch-for-msvc.patch
|
${CMAKE_CURRENT_LIST_DIR}/patch-for-msvc.patch
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user