mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Rename packaged rigcld to avoid conflict with official install.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4345 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2baf0a766d
commit
bb37fdeedc
@ -686,11 +686,18 @@ install (TARGETS jt9 jt65code jt9code
|
|||||||
)
|
)
|
||||||
|
|
||||||
install (PROGRAMS
|
install (PROGRAMS
|
||||||
${CMAKE_BINARY_DIR}/contrib/kvasd${CMAKE_EXECUTABLE_SUFFIX} ${RIGCTLD_EXE}
|
${CMAKE_BINARY_DIR}/contrib/kvasd${CMAKE_EXECUTABLE_SUFFIX}
|
||||||
DESTINATION ${WSJT_BIN_DESTINATION}
|
DESTINATION ${WSJT_BIN_DESTINATION}
|
||||||
#COMPONENT Runtime
|
#COMPONENT Runtime
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install (PROGRAMS
|
||||||
|
${RIGCTLD_EXE}
|
||||||
|
DESTINATION ${WSJT_BIN_DESTINATION}
|
||||||
|
#COMPONENT Runtime
|
||||||
|
RENAME rigctld-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# uninstall support
|
# uninstall support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user