Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
value: "2024.10.21" # fixed version - refer 'vcpkg-auto-update.yml' for more info
vs22_vcpkg_version:
description: "vs22 vcpkg version"
value: "2025.04.09" # VCPKG-AUTO-UPDATE - refer 'vcpkg-auto-update.yml' for more info
value: "2025.09.17" # VCPKG-AUTO-UPDATE - refer 'vcpkg-auto-update.yml' for more info
# automatically computed or tag-based values
app_version:
description: "Version without namespace: v1.2.3.4"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

jq \
--arg vs19 "2024.10.21" \
--arg vs22 "2025.04.09" \
--arg vs22 "2025.09.17" \
'(.include[] | select(.["vcpkg-version"]=="__VCPKG_VERSION_VS19__") | .["vcpkg-version"]) = $vs19
| (.include[] | select(.["vcpkg-version"]=="__VCPKG_VERSION_VS22__") | .["vcpkg-version"]) = $vs22' \
"$MATRIX_FILE" > tmp.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distro-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: aws-micro
env:
vs19_vcpkg_version: "2024.10.21"
vs22_vcpkg_version: "2025.04.09"
vs22_vcpkg_version: "2025.09.17"
outputs:
app_version: ${{ steps.set.outputs.app_version }}
release_tag: ${{ steps.set.outputs.release_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
type: boolean

env:
VCPKG-VERSION: '2025.04.09'
VCPKG-VERSION: '2025.09.17'
CUDA-VERSION: '12.0.1.52833'
CUDA-MAJOR: '12'
CUDA-MINOR: '0'
Expand Down
2 changes: 1 addition & 1 deletion docker/rockylinux8-vcpkgDockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VCPKG_VERSION=2025.04.09
ARG VCPKG_VERSION=2025.09.17
ARG VCPKG_TRIPLET=x64-linux-meshlib


Expand Down
2 changes: 1 addition & 1 deletion docker/rockylinux9-vcpkgDockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VCPKG_VERSION=2025.04.09
ARG VCPKG_VERSION=2025.09.17
ARG VCPKG_TRIPLET=x64-linux-meshlib


Expand Down
2 changes: 1 addition & 1 deletion doxygen/general_pages/CppSetupGuide.dox
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ git checkout 2024.10.21
\endcode
If you're using **Visual Studio 2022**, you can use the latest version of vcpkg:
\code{.cmd}
git checkout 2025.04.09
git checkout 2025.09.17
\endcode
The version `2024.10.21` is required only for compatibility with **Visual Studio 2019**.
5. **Run the bootstrap script to build the** `vcpkg` **executable**:
Expand Down
Loading