mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[fix] Regression of copyright install at netcdf-c (#5414)
* [~] Refactor * [~] Refactor
This commit is contained in:
parent
473e803451
commit
f10c9d7e21
@ -52,3 +52,8 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/netcdf-c)
|
||||
file(
|
||||
RENAME
|
||||
${CURRENT_PACKAGES_DIR}/share/netcdf-c/COPYRIGHT
|
||||
${CURRENT_PACKAGES_DIR}/share/netcdf-c/copyright
|
||||
)
|
||||
|
@ -42,3 +42,8 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4)
|
||||
file(
|
||||
RENAME
|
||||
${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4/COPYRIGHT
|
||||
${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4/copyright
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user