diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 449d03f..d9f36e9 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -56,12 +56,6 @@ function(add_examples glob mode lib) endif() endif() - if(NOT(ZENOHC_BUILD_WITH_UNSTABLE_API)) - if(${file} MATCHES ".*liveliness.*$") - continue() - endif() - endif() - if(("${mode}" STREQUAL "zenohc") AND (NOT(ZENOHC_BUILD_WITH_UNSTABLE_API))) if(${file} MATCHES ".*liveliness.*$") continue()