-
Notifications
You must be signed in to change notification settings - Fork 371
Description
Hello.
I have a previous version of the Crazyswarm in another location that I've made modifications to and runs fine.
I've cloned the current repo into a new location, and attempted to run the build.sh script and run into a CMake issue:
-- +++ processing catkin package: 'crazyswarm'
-- ==> add_subdirectory(crazyswarm)
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- thread
-- chrono
-- date_time
-- atomic
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- thread
-- chrono
-- date_time
-- atomic
CMake Error at crazyswarm/externalDependencies/libmotioncapture/CMakeLists.txt:144 (target_link_directories):
Unknown CMake command "target_link_directories".
-- Configuring incomplete, errors occurred!
See also "/home/sabdi/crazyswarm_ws/crazyswarm/ros_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/sabdi/crazyswarm_ws/crazyswarm/ros_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
Any ideas on why I'd be running into this issue?