Skip to content

Commit b4c377c

Browse files
committed
Match PEGTL versions in submodule and package config
1 parent 5816b78 commit b4c377c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endfunction()
107107

108108
find_package(Threads MODULE REQUIRED)
109109

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

cmake/cppgraphqlgen-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ The following functions are defined to help with code generation and build targe
2929

3030
include(CMakeFindDependencyMacro)
3131
find_package(Threads REQUIRED)
32-
find_package(PEGTL CONFIG REQUIRED)
32+
find_package(pegtl 3.2.7 CONFIG REQUIRED)
3333
include("${CMAKE_CURRENT_LIST_DIR}/cppgraphqlgen-targets.cmake")
3434
include("${CMAKE_CURRENT_LIST_DIR}/cppgraphqlgen-functions.cmake")

0 commit comments

Comments
 (0)