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 d6d642c commit 1fed920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ add_executable(rpc_client src/main_rpc_client.cpp)
target_link_libraries(rpc_client
PUBLIC
up-client-zenoh-cpp::up-client-zenoh-cpp
${ZENOH_LIB})
$ENV{CMAKE_ZENOH_LIB_PATH})

target_include_directories(rpc_client
PUBLIC
Expand All @@ -49,7 +49,7 @@ add_executable(rpc_server src/main_rpc_server.cpp)
target_link_libraries(rpc_server
PUBLIC
up-client-zenoh-cpp::up-client-zenoh-cpp
${ZENOH_LIB})
$ENV{CMAKE_ZENOH_LIB_PATH})

target_include_directories(rpc_server
PUBLIC
Expand Down

0 comments on commit 1fed920

Please sign in to comment.