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.
2 parents 59ca636 + ce41c67 commit fb4a589Copy full SHA for fb4a589
CMakeLists.txt
@@ -45,7 +45,7 @@ endfunction()
45
46
find_package(Threads MODULE REQUIRED)
47
48
-find_package(pegtl 3.0.1 QUIET CONFIG)
+find_package(pegtl 3.0.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