From 23bbac629e543b503b2ad151ac4f7ba7fd72fa24 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 24 Sep 2014 17:26:29 +0000 Subject: [PATCH] Remove unecessary property set. The -mwindows linker option is not explicitly required since it is added automatically to WIN32 executables by CMake. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4355 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f078c75e3..a35fa79ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -672,15 +672,6 @@ set_target_properties (wsjtx PROPERTIES target_link_libraries (wsjtx wsjt wsjt_qt ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES}) -if (WIN32) - set_target_properties ( - wsjtx - # ConfigTest - PROPERTIES LINK_FLAGS_RELEASE "${LINKER_FLAGS_RELEASE} -mwindows" - ) -endif (WIN32) - - # # installation #