Skip to content

Commit 8370a3b

Browse files
committed
fixed PCRE2 linking conflict
1 parent 9589222 commit 8370a3b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Foundation/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ if(POCO_UNBUNDLED)
3030
find_package(PCRE2 REQUIRED)
3131
find_package(ZLIB REQUIRED)
3232
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-
4033
else()
4134
# pcre2
4235
POCO_SOURCES(SRCS pcre2

0 commit comments

Comments
 (0)