aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/utf8proc/CMakeLists.txt
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.ru>2022-06-19 20:39:07 +0300
committerrobot-contrib <robot-contrib@yandex-team.ru>2022-06-19 20:39:07 +0300
commitf403b8fac5305b025fbbed70b9396e28ac62df50 (patch)
tree41d356f206d4d92d934b231fcf93d32558d19783 /contrib/libs/utf8proc/CMakeLists.txt
parent6a3b6987f1efa14331d711f12cdcb242fcae4995 (diff)
downloadydb-f403b8fac5305b025fbbed70b9396e28ac62df50.tar.gz
Update contrib/libs/utf8proc to 2.7.0
ref:e9f684e9e9c1d13cd51d1547614f405b8a6b5620
Diffstat (limited to 'contrib/libs/utf8proc/CMakeLists.txt')
-rw-r--r--contrib/libs/utf8proc/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/libs/utf8proc/CMakeLists.txt b/contrib/libs/utf8proc/CMakeLists.txt
index b7b86cf259..a7712b75a4 100644
--- a/contrib/libs/utf8proc/CMakeLists.txt
+++ b/contrib/libs/utf8proc/CMakeLists.txt
@@ -8,9 +8,6 @@
add_library(contrib-libs-utf8proc)
-target_compile_options(contrib-libs-utf8proc PUBLIC
- -DUTF8PROC_STATIC
-)
target_sources(contrib-libs-utf8proc PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/utf8proc/utf8proc.c
)