mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
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:
parent
6b9bf60db4
commit
23bbac629e
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user