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 #