aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/balloc/CMakeLists.darwin.txt
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.com>2023-02-18 07:43:57 +0300
committersvidyuk <svidyuk@yandex-team.com>2023-02-18 07:43:57 +0300
commita9e5890a07cad8cfc475223eb12855a31ec8318a (patch)
tree104d1c6ba83fb89e4373d7582c7a465c9fbbad16 /library/cpp/balloc/CMakeLists.darwin.txt
parent8febb7430db23f80ae26a24cbfdc17e40ae3d1db (diff)
downloadydb-a9e5890a07cad8cfc475223eb12855a31ec8318a.tar.gz
NO_COMPILER_WARNINGS in cmake msvc builds
Diffstat (limited to 'library/cpp/balloc/CMakeLists.darwin.txt')
-rw-r--r--library/cpp/balloc/CMakeLists.darwin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/balloc/CMakeLists.darwin.txt b/library/cpp/balloc/CMakeLists.darwin.txt
index 2c4846bcb8..08814068d1 100644
--- a/library/cpp/balloc/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/CMakeLists.darwin.txt
@@ -11,7 +11,7 @@ add_subdirectory(setup)
add_library(library-cpp-balloc)
target_compile_options(library-cpp-balloc PRIVATE
- -Wno-everything
+ $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_link_libraries(library-cpp-balloc PUBLIC
contrib-libs-cxxsupp