diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-02-18 07:43:57 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-02-18 07:43:57 +0300 |
commit | a9e5890a07cad8cfc475223eb12855a31ec8318a (patch) | |
tree | 104d1c6ba83fb89e4373d7582c7a465c9fbbad16 /contrib/libs/apache/orc/CMakeLists.darwin.txt | |
parent | 8febb7430db23f80ae26a24cbfdc17e40ae3d1db (diff) | |
download | ydb-a9e5890a07cad8cfc475223eb12855a31ec8318a.tar.gz |
NO_COMPILER_WARNINGS in cmake msvc builds
Diffstat (limited to 'contrib/libs/apache/orc/CMakeLists.darwin.txt')
-rw-r--r-- | contrib/libs/apache/orc/CMakeLists.darwin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/apache/orc/CMakeLists.darwin.txt b/contrib/libs/apache/orc/CMakeLists.darwin.txt index e4facddb81..8cbea4aeb8 100644 --- a/contrib/libs/apache/orc/CMakeLists.darwin.txt +++ b/contrib/libs/apache/orc/CMakeLists.darwin.txt @@ -10,7 +10,7 @@ find_package(ZLIB REQUIRED) add_library(libs-apache-orc) target_compile_options(libs-apache-orc PRIVATE - -Wno-everything + $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> ) target_include_directories(libs-apache-orc PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include |