From 2c0bbb0f82611934e414af7ed11e4c995a0e2b7f Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Fri, 28 Oct 2022 17:59:08 -0500 Subject: [PATCH] Revert "cmake: Use pcre2 tag directly" This reverts commit 2cc4437567e865f87a2c519ea15e364515701220. As pointed out to me, it is safer to use the SHA directly to ~guarantee the remote resource hasn't changed. --- cmake/PCRE2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/PCRE2.cmake b/cmake/PCRE2.cmake index a35be8b87..a2bddd42f 100644 --- a/cmake/PCRE2.cmake +++ b/cmake/PCRE2.cmake @@ -47,7 +47,7 @@ else() FetchContent_Declare( pcre2 GIT_REPOSITORY ${PCRE2_REPO} - GIT_TAG "pcre2-10.36" + GIT_TAG "72669190cb947f0cac1d038a8bb1820da59ef447" # tag: pcre2-10.36 GIT_SHALLOW ON GIT_PROGRESS TRUE )