diff options
| -rw-r--r-- | ports/any-lite/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/any-lite/portfile.cmake b/ports/any-lite/portfile.cmake index 25cb5704e..aba905134 100644 --- a/ports/any-lite/portfile.cmake +++ b/ports/any-lite/portfile.cmake @@ -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
)
|
