Skip to content

Commit 3661de5

Browse files
committed
Bump the version requirement to match
1 parent ea92f02 commit 3661de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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")

0 commit comments

Comments
 (0)