From c031406ea5188bf9052327cb20f7178c74563908 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Mon, 22 Nov 2021 22:01:07 +0800 Subject: [PATCH] cmake: removed outdated cmake config for asio --- CMakeLists.txt | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1154df6..f17ec41 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $ - $ $ PRIVATE src) diff --git a/README.md b/README.md index e5dfeb2..761f214 100755 --- a/README.md +++ b/README.md @@ -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.