mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[mpir] Fix copyright file name on Linux (#4855)
This commit is contained in:
parent
e1b5375ea6
commit
ab924c1b10
@ -1,3 +1,3 @@
|
|||||||
Source: mpir
|
Source: mpir
|
||||||
Version: 3.0.0-5
|
Version: 3.0.0-6
|
||||||
Description: Multiple Precision Integers and Rationals.
|
Description: Multiple Precision Integers and Rationals.
|
||||||
|
@ -71,7 +71,7 @@ if(VCPKG_CMAKE_SYSTEM_NAME)
|
|||||||
)
|
)
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share ${CURRENT_PACKAGES_DIR}/share/info)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share ${CURRENT_PACKAGES_DIR}/share/info)
|
||||||
configure_file(${SOURCE_PATH}/COPYING.lib ${CURRENT_PACKAGES_DIR}/share/mpir/copyright COPYONLY)
|
configure_file(${SOURCE_PATH}/COPYING.LIB ${CURRENT_PACKAGES_DIR}/share/mpir/copyright COPYONLY)
|
||||||
else()
|
else()
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user