]> git.proxmox.com Git - libgit2.git/blobdiff - cmake/FindPCRE2.cmake
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / cmake / FindPCRE2.cmake
index d4b8e676184d2113e623ff10286ba2a99911deec..41c165b658752a590ebeb4849e631918d64fe735 100644 (file)
@@ -16,7 +16,7 @@
 # PCRE2_FOUND  - True if pcre found.
 
 # Look for the header file.
-find_path(PCRE2_INCLUDE_DIR NAMES pcre2posix.h)
+find_path(PCRE2_INCLUDE_DIR NAMES pcre2.h)
 
 # Look for the library.
 find_library(PCRE2_LIBRARY NAMES pcre2-8)