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 ea92f02 commit 3661de5Copy full SHA for 3661de5
CMakeLists.txt
@@ -45,7 +45,7 @@ endfunction()
45
46
find_package(Threads MODULE REQUIRED)
47
48
-find_package(pegtl 3.0.0 QUIET CONFIG)
+find_package(pegtl 3.1.0 QUIET CONFIG)
49
if(NOT pegtl_FOUND)
50
# If a compatible version of PEGTL is not already installed, build and install it from the submodule directory.
51
set(PEGTL_BUILD_TESTS OFF CACHE BOOL "Disable PEGTL tests")
0 commit comments