From 40d9933701dec00bfe8817829ddf7de5ac415293 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Thu, 13 Jul 2017 23:23:05 +0000 Subject: [PATCH] Don't build obsolete utility ft8d.f90. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7870 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39431073e..2454c4b38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,7 +394,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 @@ -1159,9 +1158,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)