Skip to content

Commit fb4a589

Browse files
authored
Merge pull request #132 from wravery/master
Switch PEGTL version requirement back
2 parents 59ca636 + ce41c67 commit fb4a589

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.1 QUIET CONFIG)
48+
find_package(pegtl 3.0.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)