From 4726892a8c34b86c1d68b106a0fb1303da517e66 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 17 Nov 2015 18:10:54 +0000 Subject: [PATCH] Remove wsprsim and jt4sim from install & packaging git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6115 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed136aec6..d481837ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -983,7 +983,7 @@ install (TARGETS wsjtx BUNDLE DESTINATION . COMPONENT runtime ) -install (TARGETS jt9 jt65code jt9code jt4code jt4sim wsprd wsprsim message_aggregator +install (TARGETS jt9 jt65code jt9code jt4code wsprd message_aggregator RUNTIME DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime BUNDLE DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime )