diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-10-22 12:22:37 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-10-22 12:22:37 +0300 |
commit | cfa801e12eec1f1845ed0d01f2c44888eefc1ba2 (patch) | |
tree | 35d2507f0121bc9968326b63b5155f48fa9ca264 /contrib/libs | |
parent | 0d25a9d37d273c2e151d89dacbf6cbe3badf0393 (diff) | |
download | ydb-cfa801e12eec1f1845ed0d01f2c44888eefc1ba2.tar.gz |
Drop some add_defines=False settings from yamaker projects
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/expat/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/expat/CMakeLists.txt b/contrib/libs/expat/CMakeLists.txt index ac9a9141da..cb5011be45 100644 --- a/contrib/libs/expat/CMakeLists.txt +++ b/contrib/libs/expat/CMakeLists.txt @@ -9,7 +9,7 @@ add_library(contrib-libs-expat) target_compile_options(contrib-libs-expat PRIVATE - -DHAVE_EXPAT_CONFIG_H + -DHAVE_CONFIG_H -Wno-everything ) target_include_directories(contrib-libs-expat PRIVATE |