From cb5ca26600b10cc59c00fb66cc24cb48a66e3e5c Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 26 Jan 2018 07:22:07 -0800 Subject: [PATCH] quiet warnings --- interface/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 6cb1c352c7..a06825cd51 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -175,6 +175,10 @@ else () add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM}) endif () +if (WIN32) + set_target_properties(${TARGET_NAME} PROPERTIES LINK_FLAGS "/ignore:4099") +endif() + if (WIN32) # These are external plugins, but we need to do the 'add dependency' here so that their # binary directories get added to the fixup path