cmake: removed outdated cmake config for asio

This commit is contained in:
Ruixiang Du
2021-11-22 22:01:07 +08:00
parent 86c34320fd
commit c031406ea5
2 changed files with 2 additions and 3 deletions

View File

@@ -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)

View File

@@ -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.