Skip to content

Commit

Permalink
Merge pull request #103 from agosh01/Rename_cpp_socket_transport
Browse files Browse the repository at this point in the history
Rename cpp socket transport to match conan recipe
  • Loading branch information
Steven Hartley committed Aug 1, 2024
2 parents 31dc933 + 4ff4a36 commit f22d12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions up_client_socket/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.20.1)
project(up_client_socket VERSION 0.1.0 LANGUAGES CXX DESCRIPTION "C++ socket transport")
project(up-transport-socket-cpp VERSION 0.1.0 LANGUAGES CXX DESCRIPTION "C++ socket transport")

find_package(up-cpp REQUIRED)
find_package(protobuf REQUIRED)
Expand All @@ -30,7 +30,7 @@ endif()

add_library(${PROJECT_NAME} src/SocketUTransport.cpp)

add_library(up_client_socket::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
add_library(up-transport-socket-cpp::${PROJECT_NAME} ALIAS ${PROJECT_NAME})

target_include_directories(${PROJECT_NAME}
PUBLIC
Expand Down

0 comments on commit f22d12f

Please sign in to comment.