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 986352f commit 8f37ae1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pubsub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ else()
find_library(ZENOH_LIB zenohc)
endif()

message("MICHAEL ${ZENOH_LIB}")
if(EXISTS ${ZENOH_LIB})
message("MICHAEL File exists")
else()
message("MICHAEL File does not exist")
endif()

# sub
add_executable(sub src/main_sub.cpp)
target_link_libraries(sub
Expand Down

0 comments on commit 8f37ae1

Please sign in to comment.