mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:00:16 +08:00
[nowide] update to 11.1.3 (#21867)
* [nowide] update to 11.1.3 * [nowide] Don't use deprecated functions anymore * Update ports/nowide/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update version database. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
111f1f1eff
commit
2c8f00a1b0
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/boostorg/nowide/releases/download/v11.1.2/nowide_standalone_v11.1.2.tar.gz"
|
||||
FILENAME "nowide_standalone_v11.1.2.tar.gz"
|
||||
SHA512 8a4dcd6ead15b2b0eeabaccd306df88c54b282bbef33aca3d8303be86b39de5958f2f11b8f8e00e6f0190ece8f90f940e26d0b702323b7b005ea21dd8bae6393
|
||||
URLS "https://github.com/boostorg/nowide/releases/download/v11.1.3/nowide_standalone_v11.1.3.tar.gz"
|
||||
FILENAME "nowide_standalone_v11.1.3.tar.gz"
|
||||
SHA512 8e493b9ee7f3f218dcc1a0c2f040c040f8f3d10ec7c204caee92986a2cc54d4fc06f530b13e7b14cfdbbd42fd106e151916e2f8fae524a051688d6785d7c2993
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
@ -9,15 +9,14 @@ vcpkg_extract_source_archive_ex(
|
||||
ARCHIVE ${ARCHIVE}
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS -DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/nowide TARGET_PATH share/${PORT})
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/nowide)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
|
@ -1,6 +1,16 @@
|
||||
{
|
||||
"name": "nowide",
|
||||
"version": "11.1.2",
|
||||
"version": "11.1.3",
|
||||
"description": "Boost nowide module (standalone)",
|
||||
"homepage": "https://github.com/boostorg/nowide"
|
||||
"homepage": "https://github.com/boostorg/nowide",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4745,7 +4745,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"nowide": {
|
||||
"baseline": "11.1.2",
|
||||
"baseline": "11.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"nrf-ble-driver": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2243fbc97eb5f4ef81fe44e85e449227464cc185",
|
||||
"version": "11.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21c416b6bc370248b98485d54aa32960158012ea",
|
||||
"version": "11.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user