From d62514b201f8dde9c35b1b05e2121bf3ef9cb8c4 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 2 Dec 2022 17:08:17 -0600 Subject: [PATCH] fix stupid typo in cmakefile --- plugins/autolabor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor/CMakeLists.txt b/plugins/autolabor/CMakeLists.txt index 96f3026b4..c73e2ad6d 100644 --- a/plugins/autolabor/CMakeLists.txt +++ b/plugins/autolabor/CMakeLists.txt @@ -1,4 +1,4 @@ -project(autolahor) +project(autolabor) # A list of source files set(COMMON_SRCS )