From 54a57b63ade6077c52dffe3f007cbe5fb79ec735 Mon Sep 17 00:00:00 2001 From: jpark37 Date: Sun, 17 Jul 2022 00:58:10 -0700 Subject: [PATCH] UI: Disable LNK4099 warning We are very unlikely to ship PDBs for deps. --- UI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt index 73d63195e..0530b9fce 100644 --- a/UI/CMakeLists.txt +++ b/UI/CMakeLists.txt @@ -367,6 +367,7 @@ if(OS_WINDOWS) _CRT_NONSTDC_NO_WARNINGS) if(MSVC) + target_link_options(obs PRIVATE "LINKER:/IGNORE:4099") target_link_libraries(obs PRIVATE OBS::w32-pthreads) set_source_files_properties(