From 741b0788abc06b0820c33fc9707d053f9e106c79 Mon Sep 17 00:00:00 2001 From: crvs Date: Sat, 25 Feb 2017 01:42:46 +0100 Subject: [PATCH] removed old coeffflow reference --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b732e5..a0ee895 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,6 @@ set(CMAKE_BUILD_TYPE Debug) include_directories("./lib") # where the header files are add_library(scomplex SHARED "./lib/scomplex/simplicial_complex.cpp") -add_library(coeffflow SHARED "./lib/scomplex/coeff_flow.cpp") add_library(pathsnap SHARED "./lib/scomplex/path_snapper.cpp") add_executable(test0 "src/test0.cpp")