Skip to content

Commit 4784cad

Browse files
authored
Merge pull request #219 from wravery/update-pegtl
Update PEGTL submodule to 3.2.5
2 parents 87c334d + ea859a5 commit 4784cad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows
33
on: [push, pull_request]
44

55
jobs:
6-
vs2019:
6+
vs2022:
77
strategy:
88
fail-fast: false
99
matrix:
@@ -52,7 +52,7 @@ jobs:
5252
$cmakeSharedLibs = $(if ('${{ matrix.libs }}' -eq 'shared') { 'ON' } else { 'OFF' })
5353
$msbuildArch = $(if ('${{ matrix.arch }}' -eq 'x64') { 'X64' } else { 'Win32' })
5454
55-
cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DVCPKG_TARGET_TRIPLET=$vcpkgTriplet" "-DBUILD_SHARED_LIBS=$cmakeSharedLibs" -G "Visual Studio 16 2019" -A "$msbuildArch" ${{ github.workspace }}
55+
cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DVCPKG_TARGET_TRIPLET=$vcpkgTriplet" "-DBUILD_SHARED_LIBS=$cmakeSharedLibs" -G "Visual Studio 17 2022" -A "$msbuildArch" ${{ github.workspace }}
5656
5757
- name: Build
5858
working-directory: build/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ the license text. Please see the license or copyright notice which comes with ea
109109

110110
### graphqlpeg
111111

112-
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.2,
112+
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.5,
113113
which is part of [The Art of C++](https://taocpp.github.io/) library collection. I've added this as a sub-module, so you
114-
do not need to install this separately. If you already have 3.2.2 installed where CMake can find it, it will use that
114+
do not need to install this separately. If you already have 3.2.5 installed where CMake can find it, it will use that
115115
instead of the sub-module and avoid installing another copy of PEGTL.
116116

117117
### graphqlservice

0 commit comments

Comments
 (0)