Skip to content

Commit

Permalink
[platform-folders] Fix incorrect install location for .cmake file (#3…
Browse files Browse the repository at this point in the history
…1605)

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

* [platform-folders] Update vcpkg version after fix
  • Loading branch information
skogler authored May 25, 2023
1 parent a9e8ed2 commit 4edb1e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/platform-folders/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions ports/platform-folders/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6266,7 +6266,7 @@
},
"platform-folders": {
"baseline": "4.2.0",
"port-version": 0
"port-version": 1
},
"plf-colony": {
"baseline": "6.33",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/platform-folders.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf5e8d5b3192a857b2e85276a2ff8c6f76e28d82",
"version": "4.2.0",
"port-version": 1
},
{
"git-tree": "8448d41ddd7f2f2302c9a6a80dde44bb8494b096",
"version": "4.2.0",
Expand Down

0 comments on commit 4edb1e4

Please sign in to comment.