We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9589222 commit 8370a3bCopy full SHA for 8370a3b
Foundation/CMakeLists.txt
@@ -30,13 +30,6 @@ if(POCO_UNBUNDLED)
30
find_package(PCRE2 REQUIRED)
31
find_package(ZLIB REQUIRED)
32
find_package(Utf8Proc REQUIRED)
33
-
34
- #HACK: Unicode.cpp requires functions from these files. The can't be taken from the library
35
- POCO_SOURCES(SRCS RegExp
36
- src/pcre2_ucd.c
37
- src/pcre2_tables.c
38
- )
39
40
else()
41
# pcre2
42
POCO_SOURCES(SRCS pcre2
0 commit comments