This commit is contained in:
yul
2024-02-04 21:56:48 -08:00
parent a506eac9d0
commit 211058d8b1
22 changed files with 1931 additions and 815 deletions

View File

@ -154,7 +154,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/husarion/ros_ws/install/lib;/home/husarion/ros_ws/devel/lib;/home/husarion/husarion_ws/devel/lib;/opt/ros/melodic/lib)
foreach(path /home/husarion/ros_ws/install/lib;/home/husarion/husarion_ws/devel/lib;/opt/ros/melodic/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)