diff --git a/Dockerfile b/Dockerfile index 954385b..9ce1461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \ rosdep update --rosdistro $ROS_DISTRO && \ rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y && \ # Build - mv /husarion_utils/CMakeList.txt src/nav2_mppi_controller/CMakeList.txt && \ + mv /husarion_utils/CMakeLists.txt src/nav2_mppi_controller/CMakeLists.txt && \ colcon build --symlink-install --event-handlers console_direct+ --cmake-args -DBUILD_TESTING=OFF && \ apt install -y \ ros-$ROS_DISTRO-navigation2 \ diff --git a/husarion_utils/CMakeList.txt b/husarion_utils/CMakeLists.txt similarity index 100% rename from husarion_utils/CMakeList.txt rename to husarion_utils/CMakeLists.txt