diff options
| author | Martin Moene <martin.moene@gmail.com> | 2019-05-27 11:44:01 +0200 |
|---|---|---|
| committer | Martin Moene <martin.moene@gmail.com> | 2019-05-27 11:44:01 +0200 |
| commit | e50061816da5ed580b968aef592035e062f0b772 (patch) | |
| tree | c0e749b02baf880e76d5a6a1b7152dbd4401e271 | |
| parent | e9e6acb5313d37a4b86ba207254942ee3cda2ec4 (diff) | |
| download | vcpkg-e50061816da5ed580b968aef592035e062f0b772.tar.gz vcpkg-e50061816da5ed580b968aef592035e062f0b772.zip | |
[any-lite] Use ${PORT}
| -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
)
|
