Skip to content

Commit dcb9858

Browse files
fix liveliness examples not being built for zenoh-pico if zenoh-c is disabled
1 parent e8eca99 commit dcb9858

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ function(add_examples glob mode lib)
5656
endif()
5757
endif()
5858

59-
if(NOT(ZENOHC_BUILD_WITH_UNSTABLE_API))
60-
if(${file} MATCHES ".*liveliness.*$")
61-
continue()
62-
endif()
63-
endif()
64-
6559
if(("${mode}" STREQUAL "zenohc") AND (NOT(ZENOHC_BUILD_WITH_UNSTABLE_API)))
6660
if(${file} MATCHES ".*liveliness.*$")
6761
continue()

0 commit comments

Comments
 (0)