Skip to content

Commit 1be9629

Browse files
committed
Make zenoh not required.
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent 5d3ad4e commit 1be9629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ gz_find_package(CPPZMQ REQUIRED PRIVATE
108108

109109
########################################
110110
# Find Zenoh
111-
find_package(zenohc REQUIRED)
112-
find_package(zenohcxx REQUIRED)
111+
find_package(zenohc)
112+
find_package(zenohcxx)
113113
if (NOT zenohcxx_DIR)
114114
message (STATUS "Looking for zenohcxx - not found")
115115
set (HAVE_ZENOH OFF CACHE BOOL "HAVE ZENOH" FORCE)

0 commit comments

Comments
 (0)