diff options
Diffstat (limited to 'library/cpp/balloc/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/balloc/CMakeLists.darwin.txt | 2 |
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 |