mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[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:
parent
a9e8ed2469
commit
4edb1e4f14
@ -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")
|
||||
|
@ -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",
|
||||
|
@ -6266,7 +6266,7 @@
|
||||
},
|
||||
"platform-folders": {
|
||||
"baseline": "4.2.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"plf-colony": {
|
||||
"baseline": "6.33",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cf5e8d5b3192a857b2e85276a2ff8c6f76e28d82",
|
||||
"version": "4.2.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8448d41ddd7f2f2302c9a6a80dde44bb8494b096",
|
||||
"version": "4.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user