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

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

target_include_directories(pub
PUBLIC
Expand Down

0 comments on commit d6d642c

Please sign in to comment.