From a99317af21246f060aa2631ec0d1b8ef4134ce5a Mon Sep 17 00:00:00 2001
From: Idril Geer <igeer@iri.upc.edu>
Date: Thu, 2 Dec 2021 16:14:00 +0100
Subject: [PATCH] CSM has to be searched to know if we compile with it or not

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f0f427b2..b9d5883f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ FIND_PACKAGE(wolfcore REQUIRED)
 
 FIND_PACKAGE(laser_scan_utils REQUIRED)
 
-#FIND_PACKAGE(csm QUIET)
+FIND_PACKAGE(csm QUIET)
 
 #FIND_PATH(
 #    Suitesparse_INCLUDE_DIRS
-- 
GitLab