diff options
author | robot-contrib <robot-contrib@yandex-team.ru> | 2022-06-19 20:39:07 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.ru> | 2022-06-19 20:39:07 +0300 |
commit | f403b8fac5305b025fbbed70b9396e28ac62df50 (patch) | |
tree | 41d356f206d4d92d934b231fcf93d32558d19783 /contrib/libs/utf8proc/CMakeLists.txt | |
parent | 6a3b6987f1efa14331d711f12cdcb242fcae4995 (diff) | |
download | ydb-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.txt | 3 |
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 ) |