mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:28:00 +08:00
[any-lite] Use ${PORT}
This commit is contained in:
parent
e9e6acb531
commit
e50061816d
@ -18,7 +18,7 @@ vcpkg_configure_cmake(
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_fixup_cmake_targets(
|
||||
CONFIG_PATH lib/cmake/any-lite
|
||||
CONFIG_PATH lib/cmake/${PORT}
|
||||
)
|
||||
|
||||
file( REMOVE_RECURSE
|
||||
@ -27,5 +27,5 @@ file( REMOVE_RECURSE
|
||||
)
|
||||
|
||||
file( INSTALL
|
||||
${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/any-lite RENAME copyright
|
||||
${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user