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
This commit is contained in:
Bill Somerville 2014-09-24 17:26:29 +00:00
parent 6b9bf60db4
commit 23bbac629e

View File

@ -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
#