Skip to content

Commit

Permalink
adjustments from Agosh
Browse files Browse the repository at this point in the history
  • Loading branch information
debruce committed Jul 18, 2024
1 parent 04459c0 commit 58afd8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions up_client_socket/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ find_package(up-core-api REQUIRED)
find_package(spdlog REQUIRED)
add_definitions(-DSPDLOG_FMT_EXTERNAL)
find_package(fmt REQUIRED CONFIG)
find_package(RapidJSON CONFIG REQUIRED)

# This is the root CMakeLists.txt file; We can set project wide settings here
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
Expand All @@ -39,7 +38,6 @@ target_include_directories(${PROJECT_NAME}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}>
${rapidjson_INCLUDE_DIRS}
${up-cpp_INCLUDE_DIR}
${up-core-api_INCLUDE_DIR}
${protobuf_INCLUDE_DIR}
Expand All @@ -56,8 +54,7 @@ target_link_libraries(${PROJECT_NAME}
up-cpp::up-cpp
up-core-api::up-core-api
protobuf::libprotobuf
fmt::fmt
rapidjson)
fmt::fmt)

# Specify the install location for the library
INSTALL(TARGETS ${PROJECT_NAME})
Expand Down
5 changes: 2 additions & 3 deletions up_client_socket/cpp/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[requires]
up-core-api/1.5.8
up-core-api/1.6.0
protobuf/3.21.12
up-cpp/0.2.0
rapidjson/cci.20230929
up-cpp/1.0.0
spdlog/1.13.0
fmt/10.2.1
openssl/1.1.1w
Expand Down

0 comments on commit 58afd8d

Please sign in to comment.