Remove CPack legacy in synergyd
This commit is contained in:
parent
926478e8dc
commit
2b3d3f9339
|
@ -30,10 +30,3 @@ endif()
|
|||
|
||||
target_link_libraries (synergyd
|
||||
arch base common io ipc mt net platform synlib shared ${libs} ${OPENSSL_LIBS})
|
||||
|
||||
if (CONF_CPACK)
|
||||
install(TARGETS
|
||||
synergyd
|
||||
COMPONENT core
|
||||
DESTINATION bin)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue