From 7f006a111ef10b7df034e2e2ad7f4526c1ae5437 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Wed, 31 Jul 2019 22:09:00 +0200
Subject: [PATCH] Delete demos/CMakeLists.txt

---
 demos/CMakeLists.txt | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 demos/CMakeLists.txt

diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
deleted file mode 100644
index e89d8025a..000000000
--- a/demos/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-# Building and populating the wolf tree from .graph file (TORO)
-#ADD_EXECUTABLE(test_wolf_imported_graph test_wolf_imported_graph.cpp)
-#TARGET_LINK_LIBRARIES(test_wolf_imported_graph ${PROJECT_NAME})
-
-# Comparing analytic and autodiff odometry factors
-#ADD_EXECUTABLE(test_analytic_autodiff_factor test_analytic_autodiff_factor.cpp)
-#TARGET_LINK_LIBRARIES(test_analytic_autodiff_factor ${PROJECT_NAME})
\ No newline at end of file
-- 
GitLab