Skip to content

Commit

Permalink
[type-safe] Fix usage (#21640)
Browse files Browse the repository at this point in the history
* [type-safe] Fix usage

* version
  • Loading branch information
JackBoosY authored Nov 26, 2021
1 parent 08a0302 commit 8b33a01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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 @@ -6914,7 +6914,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

0 comments on commit 8b33a01

Please sign in to comment.