Skip to content

Commit

Permalink
Update bundled PCRE2 to 10.42
Browse files Browse the repository at this point in the history
Also use the new source URL on GitHub.
  • Loading branch information
cottsay committed Feb 13, 2024
1 parent ad0ed08 commit 8388d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/BundlePCRE.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(ExternalProject)

set(PCRE_TARGET_VERSION "10.36")
set(PCRE_TARGET_VERSION "10.42")
set(PCRE_DIR ${CMAKE_CURRENT_BINARY_DIR}/pcre2)
set(PCRE_C_FLAGS ${CMAKE_C_FLAGS})

Expand Down Expand Up @@ -34,8 +34,8 @@ set(PCRE_CMAKE_ARGS
)

ExternalProject_Add(pcre
URL "http://ftp.pcre.org/pub/pcre/pcre2-${PCRE_TARGET_VERSION}.tar.gz"
URL_HASH SHA256=b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37
URL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.gz"
URL_HASH SHA256=c33b418e3b936ee3153de2c61cc638e7e4fe3156022a5c77d0711bcbb9d64f1f
CMAKE_ARGS ${PCRE_CMAKE_ARGS}
)

Expand Down

0 comments on commit 8388d4f

Please sign in to comment.