mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 08:28:04 +08:00
[magic-get] Fix improper direct reference to the "downloads" directory which fails when the downloads directory has been relocated. (#11581)
This commit is contained in:
parent
a5758c97d0
commit
cb538ed22f
@ -1,4 +1,4 @@
|
|||||||
Source: magic-get
|
Source: magic-get
|
||||||
Version: 2019-09-02
|
Version: 2019-09-02-1
|
||||||
Homepage: https://github.com/apolukhin/magic_get
|
Homepage: https://github.com/apolukhin/magic_get
|
||||||
Description: This C++14 library is meant for accessing structure elements by index and providing other std::tuple like methods for user defined types without any macro or boilerplate code.
|
Description: This C++14 library is meant for accessing structure elements by index and providing other std::tuple like methods for user defined types without any macro or boilerplate code.
|
@ -1,5 +1,3 @@
|
|||||||
include(vcpkg_common_functions)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO apolukhin/magic_get
|
REPO apolukhin/magic_get
|
||||||
@ -18,4 +16,4 @@ file(COPY ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
|
|||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
# On Homepage README.md, License Distributed under the Boost Software License, Version 1.0. https://www.boost.org/LICENSE_1_0.txt
|
# On Homepage README.md, License Distributed under the Boost Software License, Version 1.0. https://www.boost.org/LICENSE_1_0.txt
|
||||||
file(INSTALL ${VCPKG_ROOT_DIR}/downloads/boost_license_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL ${OCV_DOWNLOAD} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user