thx to cmake policy CMP0020 we dont need that hack anymore

This commit is contained in:
Patrick von Reth 2014-03-26 21:52:38 +01:00
parent 4e5429742c
commit 0fc53dc24e
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ if(WITH_SNORE_DEAMON)
target_link_libraries( snorenotify ${KDE4_KDEUI_LIBS} )
endif(KDE4_FOUND)
if(MSVC)
set_target_properties(snorenotify PROPERTIES LINK_FLAGS "/ENTRY:\"mainCRTStartup\"")
endif(MSVC)
add_dependencies(snorenotify snorecore)
install(TARGETS snorenotify RUNTIME DESTINATION bin