From 235b29f52b535e994daacb99903c5f6d3dc0e88f Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Thu, 1 Jul 2021 12:56:33 -0400 Subject: [PATCH] Updated cmakelist link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc439310..c20142e3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We do our best to keep ROS-MSCL up-to-date with the latest MSCL changes, but som Install instructions can be found here: [How to Use MSCL](https://github.com/LORD-MicroStrain/MSCL/blob/master/HowToUseMSCL.md#linux) -If you choose to install MSCL at a location other than /usr/share, [CMakeLists.txt](https://github.com/LORD-MicroStrain/ROS-MSCL/blob/master/CMakeLists.txt) will need to be updated with the install path. +If you choose to install MSCL at a location other than /usr/share, [CMakeLists.txt](https://github.com/LORD-MicroStrain/ROS-MSCL/blob/master/ros_mscl/CMakeLists.txt) will need to be updated with the install path. #### Building from source 1. Install ROS and create a workspace: [Installing and Configuring Your ROS Environment](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment)