WangWeiLin-MV
WangWeiLin-MV
Fix #38184 The function `TabExpansion` is [not supported by PowerShell 7.4.0](https://github.com/PowerShell/PowerShell/issues/20930), which breaks the `posh-vcpkg.psm1` for `vcpkg integrate powershell`. Change `TabExpansion` to `Register-ArgumentCompleter` to fix it. ### Change * Update...
The `target_include_directories` changed from `$` to `$` in [8d6218a#diff](https://github.com/eliaskosunen/scnlib/commit/8d6218a0ed63e10da90399c65b93dd4eebf4bde3#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR127-R128), while `GNUInstallDirs` [cmake/install.cmake#L5](https://github.com/eliaskosunen/scnlib/blob/v2.0.2/cmake/install.cmake#L5) has not yet been included, led target `scn::scn` lost `INTERFACE_INCLUDE_DIRECTORIES`. ~Move the public include define `INSTALL_INTERFACE` to fix...
Fix #37286. ### Change * Add python package `packaging` module required in `meson.build` at [GNOME - GLib - 2.79.0](https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.0) * Change `meson` build option `gtk_doc=false` to `documentation=false` and `man=false` to...
### Motivation When cross compiling, setting `CMAKE_CROSSCOMPILING` to empty leads confusion. * The host dependency will still build * The port script executes cross-compile behavior since `VCPKG_CROSSCOMPILING` still `1`(`TRUE`) *...
Fix #40031. Allow setting default `DBUS_SESSION_SOCKET_DIR`, default `/tmp`. ### Checklist - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~SHA512s are updated for each updated download.~ - [...
Fix #40055, backport https://github.com/OSGeo/PROJ/commit/bddac146b2aa9db78cd491153aaad260eb307b11 Turn off option `EMBED_PROJ_DATA_PATH` ### Checklist - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ]...
Hi, I am a member of the VCPKG project. I found that `omplapp` repeatedly builds "ompl" from the submodule instead of depends on the built libraries https://github.com/microsoft/vcpkg/pull/40151. I see that...
Fix #41347, the output of `uname -m` on IA-32 Linux is `i686` instead of `x86`, which verified with `uname (GNU coreutils) 8.25` on `Ubuntu`. * Change `CMAKE_SYSTEM_PROCESSOR` to `i686` *...
Fix https://github.com/microsoft/vcpkg/issues/41592 ### Backport * https://github.com/PointCloudLibrary/pcl/pull/6143 * https://github.com/PointCloudLibrary/pcl/pull/6154 ### Related * https://github.com/microsoft/vcpkg/issues/19561 * https://github.com/microsoft/vcpkg/pull/23252 ### Checklist - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~SHA512s are updated...
Related https://github.com/microsoft/vcpkg/pull/40503 * Use same header files for native-compiling * Remove `!arm` and `!linux` from the supports * Add `!(arm64 & windows)` to the supports, since no `_M_ARM64` detected in...