Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ hunter_default_version(opentracing-cpp VERSION 1.5.0)
hunter_default_version(pcg VERSION 0.0.0-p1)
hunter_default_version(pciaccess VERSION 0.13.4)
hunter_default_version(pcre2 VERSION 10.13-p0)
hunter_default_version(pegtl VERSION 2.8.0)
hunter_default_version(pegtl VERSION 2.8.1)

# pip packages
hunter_default_version(pip_GitPython VERSION 2.1.11)
Expand Down
23 changes: 23 additions & 0 deletions cmake/projects/pegtl/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ include(hunter_download)
include(hunter_pick_scheme)


# master branch will be the next 3.x.x release in pegtl
hunter_add_version(
PACKAGE_NAME
pegtl
VERSION
3.0.0-697aaa06
URL
"https://github.com/taocpp/PEGTL/archive/697aaa06564c6ea9d13f95de081a2d2d46b39160.zip"
SHA1
3b441aee41d1932809807ba27f30ca95602e322c
)

hunter_add_version(
PACKAGE_NAME
pegtl
VERSION
2.8.1
URL
"https://github.com/taocpp/PEGTL/archive/2.8.1.tar.gz"
SHA1
50a8f7a24062794fb7caccc45ca7c635258595e3
)

hunter_add_version(
PACKAGE_NAME
pegtl
Expand Down