We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3ad4e commit 1be9629Copy full SHA for 1be9629
CMakeLists.txt
@@ -108,8 +108,8 @@ gz_find_package(CPPZMQ REQUIRED PRIVATE
108
109
########################################
110
# Find Zenoh
111
-find_package(zenohc REQUIRED)
112
-find_package(zenohcxx REQUIRED)
+find_package(zenohc)
+find_package(zenohcxx)
113
if (NOT zenohcxx_DIR)
114
message (STATUS "Looking for zenohcxx - not found")
115
set (HAVE_ZENOH OFF CACHE BOOL "HAVE ZENOH" FORCE)
0 commit comments