From 5469adb2413feccefbb242ff7a7910876ded1064 Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Wed, 12 Sep 2018 16:57:39 -0500 Subject: [PATCH] Another tweak to CMakeLists.txt. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b6c9fa56..bcfdec5c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1224,10 +1224,6 @@ add_executable (wsprcode lib/wsprcode/wsprcode.f90 lib/wsprcode/nhash.c wsjtx.rc) target_link_libraries (wsprcode wsjt_fort wsjt_cxx) -add_executable (wsprsimf lib/wsprd/wsprsimf.f90 lib/wsprcode/nhash.c - wsjtx.rc) -target_link_libraries (wsprsimf wsjt_fort wsjt_cxx) - add_executable (wsprsim ${wsprsim_CSRCS}) add_executable (jt4code lib/jt4code.f90 wsjtx.rc)