From b3fdb0a34c69f5169687ff11588e3a60becb0d0f Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 16 Jul 2017 16:17:03 +0000 Subject: [PATCH] Merged from trunk: ------------------------------------------------------------------------ r7870 | k9an | 2017-07-14 00:23:05 +0100 (Fri, 14 Jul 2017) | 1 line Don't build obsolete utility ft8d.f90. ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7912 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c076f47d..bc71750bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -434,7 +434,6 @@ set (wsjt_FSRCS lib/freqcal.f90 lib/fsk4hf/fsk4hf.f90 lib/fsk4hf/ft8b.f90 - lib/fsk4hf/ft8d.f90 lib/fsk4hf/ft8_downsample.f90 lib/fsk4hf/ft8sim.f90 lib/gen4.f90 @@ -1199,9 +1198,6 @@ target_link_libraries (ldpcsim168 wsjt_fort wsjt_cxx) add_executable (fsk4hf lib/fsk4hf/fsk4hf.f90 wsjtx.rc) target_link_libraries (fsk4hf wsjt_fort wsjt_cxx) -add_executable (ft8d lib/fsk4hf/ft8d.f90 wsjtx.rc) -target_link_libraries (ft8d wsjt_fort wsjt_cxx) - add_executable (ft8sim lib/fsk4hf/ft8sim.f90 wsjtx.rc) target_link_libraries (ft8sim wsjt_fort wsjt_cxx)