From 95930b51cc0ed3a2b994174f31d517e5b579e987 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 19 Apr 2017 16:16:13 +0000 Subject: [PATCH] Update CMakeLists.txt. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7638 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cab0c6dc..64ab77103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1109,9 +1109,6 @@ target_link_libraries (ldpcsim120 wsjt_fort wsjt_cxx) add_executable (ldpcsim300 lib/fsk4hf/ldpcsim300.f90 wsjtx.rc) target_link_libraries (ldpcsim300 wsjt_fort wsjt_cxx) -add_executable (dbpsksim lib/fsk4hf/dbpsksim.f90 wsjtx.rc) -target_link_libraries (dbpsksim wsjt_fort wsjt_cxx) - add_executable (ldpcsim144 lib/ldpcsim144.f90 wsjtx.rc) target_link_libraries (ldpcsim144 wsjt_fort wsjt_cxx)