Skip to content

Commit 053afbb

Browse files
committed
Require next PEGTL release version in CMake
1 parent a9fa247 commit 053afbb

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
@@ -71,7 +71,7 @@ endfunction()
7171

7272
find_package(Threads MODULE REQUIRED)
7373

74-
find_package(pegtl 3.2.0 QUIET CONFIG)
74+
find_package(pegtl 3.2.6 QUIET CONFIG)
7575
if(NOT pegtl_FOUND)
7676
# If a compatible version of PEGTL is not already installed, build and install it from the submodule directory.
7777
set(PEGTL_BUILD_TESTS OFF CACHE BOOL "Disable PEGTL tests")

0 commit comments

Comments
 (0)