[any-lite] Use ${PORT}

This commit is contained in:
Martin Moene 2019-05-27 11:44:01 +02:00
parent e9e6acb531
commit e50061816d

View File

@ -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
)