From 012e5daf24a9af573453ce8cecc22d4350877c99 Mon Sep 17 00:00:00 2001
From: Mederic Fourmy <mederic.fourmy@gmail.com>
Date: Thu, 5 May 2022 16:54:06 +0200
Subject: [PATCH] [skip ci] remove comment

---
 CMakeLists.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index be7e529..4859762 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,10 +119,7 @@ SET(RTKLIB_SRC
     ${RTKLIB_SRC_DIR}/rcv/tersus.c
     ${RTKLIB_SRC_DIR}/rcv/ublox.c)
 
-# application header files
-# NOT SET SINCE WE COPY THE WHOLE include FOLDER
-
-# Eigen #######
+    
 FIND_PACKAGE(Eigen3 3.3 REQUIRED)
 
 # Adding include directories
-- 
GitLab