[platform-folders] Fix incorrect install location for .cmake file (#31605)

* [platform-folders] Fix incorrect install location for .cmake file

* [platform-folders] Update vcpkg version after fix
This commit is contained in:
Samuel Kogler 2023-05-26 00:28:37 +02:00 committed by GitHub
parent a9e8ed2469
commit 4edb1e4f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,7 @@ endif()
if (VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_UWP OR VCPKG_TARGET_IS_MinGW)
vcpkg_cmake_config_fixup(PACKAGE_NAME platform_folders CONFIG_PATH cmake)
else()
vcpkg_cmake_config_fixup(PACKAGE_NAME platform_folders CONFIG_PATH lib/cmake)
vcpkg_cmake_config_fixup(PACKAGE_NAME platform_folders CONFIG_PATH lib/cmake/platform_folders)
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,7 @@
{
"name": "platform-folders",
"version": "4.2.0",
"port-version": 1,
"description": "A C++ library to look for special directories like \"My Documents\" and \"%APPDATA%\"",
"homepage": "https://github.com/sago007/PlatformFolders",
"license": "MIT",

View File

@ -6266,7 +6266,7 @@
},
"platform-folders": {
"baseline": "4.2.0",
"port-version": 0
"port-version": 1
},
"plf-colony": {
"baseline": "6.33",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf5e8d5b3192a857b2e85276a2ff8c6f76e28d82",
"version": "4.2.0",
"port-version": 1
},
{
"git-tree": "8448d41ddd7f2f2302c9a6a80dde44bb8494b096",
"version": "4.2.0",