From dfb5acffe42db70082dab157f5a6d1c853d5b2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Arroyo?= Date: Fri, 2 Aug 2024 11:55:36 -0500 Subject: [PATCH] Update test/integration/CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ian Chen Signed-off-by: Cristóbal Arroyo Signed-off-by: Crola1702 --- test/integration/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/CMakeLists.txt b/test/integration/CMakeLists.txt index da45f1000..18b611e9f 100644 --- a/test/integration/CMakeLists.txt +++ b/test/integration/CMakeLists.txt @@ -23,7 +23,7 @@ if (APPLE) list(REMOVE_ITEM tests shadows.cc) list(REMOVE_ITEM tests scene.cc) list(REMOVE_ITEM tests thermal_camera.cc) - list(REMOVE_ITEM tessts lidar_visual.cc) + list(REMOVE_ITEM tests lidar_visual.cc) endif() link_directories(${PROJECT_BINARY_DIR}/test)