aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/balloc
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/balloc')
-rw-r--r--library/cpp/balloc/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/balloc/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/balloc/CMakeLists.linux.txt2
-rw-r--r--library/cpp/balloc/lib/CMakeLists.darwin.txt2
-rw-r--r--library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt2
-rw-r--r--library/cpp/balloc/lib/CMakeLists.linux.txt2
6 files changed, 6 insertions, 6 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
diff --git a/library/cpp/balloc/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/CMakeLists.linux-aarch64.txt
index 110601bb08..8b703ab6d4 100644
--- a/library/cpp/balloc/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/balloc/CMakeLists.linux-aarch64.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-linux-headers
diff --git a/library/cpp/balloc/CMakeLists.linux.txt b/library/cpp/balloc/CMakeLists.linux.txt
index 110601bb08..8b703ab6d4 100644
--- a/library/cpp/balloc/CMakeLists.linux.txt
+++ b/library/cpp/balloc/CMakeLists.linux.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-linux-headers
diff --git a/library/cpp/balloc/lib/CMakeLists.darwin.txt b/library/cpp/balloc/lib/CMakeLists.darwin.txt
index 8e1e7a84cb..0444876681 100644
--- a/library/cpp/balloc/lib/CMakeLists.darwin.txt
+++ b/library/cpp/balloc/lib/CMakeLists.darwin.txt
@@ -9,7 +9,7 @@
add_library(cpp-balloc-lib)
target_compile_options(cpp-balloc-lib PRIVATE
- -Wno-everything
+ $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_link_libraries(cpp-balloc-lib PUBLIC
contrib-libs-cxxsupp
diff --git a/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt b/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
index 647ad5f6ba..78dd3d4b90 100644
--- a/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/balloc/lib/CMakeLists.linux-aarch64.txt
@@ -9,7 +9,7 @@
add_library(cpp-balloc-lib)
target_compile_options(cpp-balloc-lib PRIVATE
- -Wno-everything
+ $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_link_libraries(cpp-balloc-lib PUBLIC
contrib-libs-linux-headers
diff --git a/library/cpp/balloc/lib/CMakeLists.linux.txt b/library/cpp/balloc/lib/CMakeLists.linux.txt
index 647ad5f6ba..78dd3d4b90 100644
--- a/library/cpp/balloc/lib/CMakeLists.linux.txt
+++ b/library/cpp/balloc/lib/CMakeLists.linux.txt
@@ -9,7 +9,7 @@
add_library(cpp-balloc-lib)
target_compile_options(cpp-balloc-lib PRIVATE
- -Wno-everything
+ $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_link_libraries(cpp-balloc-lib PUBLIC
contrib-libs-linux-headers