Skip to content

Commit 6c0ac9e

Browse files
authored
Merge pull request #136 from wravery/master
Update PEGTL submodule and dependency to 3.1.0
2 parents 488ce8c + 756c09f commit 6c0ac9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endfunction()
4545

4646
find_package(Threads MODULE REQUIRED)
4747

48-
find_package(pegtl 3.0.0 QUIET CONFIG)
48+
find_package(pegtl 3.1.0 QUIET CONFIG)
4949
if(NOT pegtl_FOUND)
5050
# If a compatible version of PEGTL is not already installed, build and install it from the submodule directory.
5151
set(PEGTL_BUILD_TESTS OFF CACHE BOOL "Disable PEGTL tests")

PEGTL

Submodule PEGTL updated 99 files

0 commit comments

Comments
 (0)