From c98fe5f34bc05a45b9afb37c9b7c3bd5da33b54a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 12 Jun 2021 10:40:47 -0400 Subject: [PATCH] cmake: Remove recur2.cpp from CMakeLists --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index efb34f1c8..34cf9b487 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,7 +23,6 @@ add_library (task STATIC CLI2.cpp CLI2.h legacy.cpp nag.cpp recur.cpp - recur2.cpp rules.cpp sort.cpp util.cpp util.h)