From 1237749628fa5c18ed8a209583cfc7bf6d822c81 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 26 Jan 2018 12:05:26 -0800 Subject: [PATCH] oops --- interface/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index a06825cd51..6cb1c352c7 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -175,10 +175,6 @@ 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