From 6edc42991254b278c8517f708d68eb5d4278eb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Wed, 22 May 2019 20:48:14 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9210f755f..7caaa94ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -290,7 +290,8 @@ SET(HDRS_FACTOR include/core/factor/factor_base.h include/core/factor/factor_block_absolute.h include/core/factor/factor_diff_drive.h - include/core/factor/factor_epipolar.h +# include/core/factor/factor_epipolar.h +# include/core/factor/factor_feature_dummy.h include/core/factor/factor_fix_bias.h include/core/factor/factor_odom_2D.h include/core/factor/factor_odom_2D_analytic.h -- GitLab