Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael authored Mar 11, 2024
1 parent 4dd0ec0 commit 6244bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_link_libraries(rpc_client
up-client-zenoh-cpp::up-client-zenoh-cpp)

target_include_directories(rpc_client
PRIVATE
PUBLIC
${fmt_INCLUDE_DIR}
${spdlog_INCLUDE_DIR})

Expand All @@ -46,6 +46,6 @@ target_link_libraries(rpc_server
up-client-zenoh-cpp::up-client-zenoh-cpp)

target_include_directories(rpc_server
PRIVATE
PUBLIC
${fmt_INCLUDE_DIR}
${spdlog_INCLUDE_DIR})
${spdlog_INCLUDE_DIR})

0 comments on commit 6244bef

Please sign in to comment.