Skip to content

Commit ceeb7ff

Browse files
committed
CMakeList.txt small spelling edits.
1 parent 0e4ced2 commit ceeb7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1)
2-
project(CPP_ROBOYICS)
2+
project(CPP_ROBOTICS)
33

44
set(CMAKE_CXX_STANDARD 11)
55
# set(CMAKE_BUILD_TYPE Debug)
@@ -22,7 +22,7 @@ include_directories(${EIGEN3_INCLUDE_DIR})
2222
include_directories(./include)
2323

2424
##############################
25-
#Localiation
25+
#Localization
2626
##############################
2727

2828
add_executable(ekf src/extended_kalman_filter.cpp)

0 commit comments

Comments
 (0)