mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
cmake: removed outdated cmake config for asio
This commit is contained in:
@@ -105,7 +105,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC Threads::Threads)
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC ASIO_ENABLE_OLD_SERVICES)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<INSTALL_INTERFACE:include/ugv_sdk/details/asio/include>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
PRIVATE src)
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
This software package provides a C++ interface to communicate with the mobile platforms from Weston Robot and AgileX Robotics, for sending commands to the robot and receiving the latest robot state. The repository is a joint effort by the development teams at Weston Robot (Singapore) and AgileX Robotics (China).
|
||||
|
||||
- Copyright (c) 2020 [Weston Robot](https://www.westonrobot.com/)
|
||||
- Copyright (c) 2020 [AgileX Robotics](http://www.agilex.ai/?lang=zh-cn)
|
||||
- Copyright (c) 2020-2021 [Weston Robot](https://www.westonrobot.com/)
|
||||
- Copyright (c) 2020-2021 [AgileX Robotics](http://www.agilex.ai/?lang=zh-cn)
|
||||
|
||||
Please create an issue on Github at https://github.com/westonrobot/ugv_sdk/issues if you encounter any problems when using the packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user