mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -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
							
								
									3d91728d46
								
							
						
					
					
						commit
						db199fdf6d
					
				@ -672,15 +672,6 @@ set_target_properties (wsjtx PROPERTIES
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
target_link_libraries (wsjtx wsjt wsjt_qt ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES})
 | 
					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
 | 
					# installation
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user