From 7f901a32d98ad4b75f7543d77c1b75c9b27c6683 Mon Sep 17 00:00:00 2001 From: Gus Date: Sun, 27 Jan 2019 22:14:37 -0500 Subject: [PATCH] fix CMakeLists spelling error --- sample/hub/CMakeLists.txt | 2 +- sample/lidar/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/hub/CMakeLists.txt b/sample/hub/CMakeLists.txt index 98fe928..c19f21d 100644 --- a/sample/hub/CMakeLists.txt +++ b/sample/hub/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(DEMO_NAME hub_smaple) +set(DEMO_NAME hub_sample) add_executable(${DEMO_NAME} main.c) target_link_libraries(${DEMO_NAME} PRIVATE diff --git a/sample/lidar/CMakeLists.txt b/sample/lidar/CMakeLists.txt index fee9342..b3b949a 100644 --- a/sample/lidar/CMakeLists.txt +++ b/sample/lidar/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(DEMO_NAME lidar_smaple) +set(DEMO_NAME lidar_sample) add_executable(${DEMO_NAME} main.c) target_link_libraries(${DEMO_NAME} PRIVATE -- 2.52.0