move security framework linking to ixwebsocket (#26)

This commit is contained in:
Dimon4eg
2019-04-15 03:13:24 +03:00
committed by Benjamin Sergeant
parent d8e83caffc
commit dac18fcabf
2 changed files with 4 additions and 4 deletions

View File

@ -50,9 +50,5 @@ add_executable(ws
ws_cobra_to_sentry.cpp
ws.cpp)
if (APPLE AND USE_TLS)
target_link_libraries(ws "-framework foundation" "-framework security")
endif()
target_link_libraries(ws ixwebsocket)
install(TARGETS ws RUNTIME DESTINATION bin)