mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 13:08:34 -04:00
Back out udp library installation as it is not yet ready for release
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7006 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
9684106dd7
commit
3832683180
@ -1192,22 +1192,22 @@ install (TARGETS wsjtx
|
||||
BUNDLE DESTINATION . COMPONENT runtime
|
||||
)
|
||||
|
||||
install (TARGETS wsjtx_udp EXPORT udp
|
||||
RUNTIME DESTINATION ${WSJT_BIN_DESTINATION}
|
||||
LIBRARY DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
ARCHIVE DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
PUBLIC_HEADER DESTINATION ${WSJT_INCLUDE_DESTINATION}/wsjtx
|
||||
)
|
||||
install (TARGETS wsjtx_udp-static EXPORT udp-static
|
||||
DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
)
|
||||
# install (TARGETS wsjtx_udp EXPORT udp
|
||||
# RUNTIME DESTINATION ${WSJT_BIN_DESTINATION}
|
||||
# LIBRARY DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
# ARCHIVE DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
# PUBLIC_HEADER DESTINATION ${WSJT_INCLUDE_DESTINATION}/wsjtx
|
||||
# )
|
||||
# install (TARGETS wsjtx_udp-static EXPORT udp-static
|
||||
# DESTINATION ${WSJT_LIB_DESTINATION}
|
||||
# )
|
||||
|
||||
install (EXPORT udp NAMESPACE wsjtx::
|
||||
DESTINATION ${WSJT_LIB_DESTINATION}/cmake/wsjtx
|
||||
)
|
||||
install (EXPORT udp-static NAMESPACE wsjtx::
|
||||
DESTINATION ${WSJT_LIB_DESTINATION}/cmake/wsjtx
|
||||
)
|
||||
# install (EXPORT udp NAMESPACE wsjtx::
|
||||
# DESTINATION ${WSJT_LIB_DESTINATION}/cmake/wsjtx
|
||||
# )
|
||||
# install (EXPORT udp-static NAMESPACE wsjtx::
|
||||
# DESTINATION ${WSJT_LIB_DESTINATION}/cmake/wsjtx
|
||||
# )
|
||||
|
||||
install (TARGETS udp_daemon message_aggregator
|
||||
RUNTIME DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime
|
||||
|
Loading…
Reference in New Issue
Block a user