We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fa247 commit 053afbbCopy full SHA for 053afbb
CMakeLists.txt
@@ -71,7 +71,7 @@ endfunction()
71
72
find_package(Threads MODULE REQUIRED)
73
74
-find_package(pegtl 3.2.0 QUIET CONFIG)
+find_package(pegtl 3.2.6 QUIET CONFIG)
75
if(NOT pegtl_FOUND)
76
# If a compatible version of PEGTL is not already installed, build and install it from the submodule directory.
77
set(PEGTL_BUILD_TESTS OFF CACHE BOOL "Disable PEGTL tests")
0 commit comments