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