Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[type-safe] Fix usage #21640

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/type-safe/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/type_safe)
vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
vcpkg_cmake_config_fixup(PACKAGE_NAME type_safe CONFIG_PATH lib/cmake/type_safe)

vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
1 change: 1 addition & 0 deletions ports/type-safe/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "type-safe",
"version": "0.2.2",
"port-version": 1,
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
"homepage": "https://github.com/foonathan/type_safe",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6906,7 +6906,7 @@
},
"type-safe": {
"baseline": "0.2.2",
"port-version": 0
"port-version": 1
},
"uchardet": {
"baseline": "2021-09-03",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/type-safe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63cdf2cb69a2a7f3de1a5bf82d63e556b742e909",
"version": "0.2.2",
"port-version": 1
},
{
"git-tree": "c46af3efa54c55f23076777fb7c276886f1dd1ce",
"version": "0.2.2",
Expand Down