From f81d9f4c520a5e9255da0ecb9878694bc3f9c40e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Couble?= <timothee.couble@kitware.com>
Date: Fri, 21 Oct 2022 10:48:22 +0200
Subject: [PATCH] [fix] Enable hesai in CI builds

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be5f96507..a79ed7891 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
   sb_cmake_option_ENABLE_pcl:
     value: '-DENABLE_pcl=True'
   sb_cmake_option_INTERPRETER_ENABLE_Hesai:
-    value: '-INTERPRETER_ENABLE_Hesai=True'
+    value: '-DINTERPRETER_ENABLE_Hesai=True'
   sb_cmake_option_LIDARVIEW_BUILD_SLAM:
     value: '-DLIDARVIEW_BUILD_SLAM=False'
   CI_VELODYNEPRIVATE_ENABLE:
-- 
GitLab