From ce6cf6f70d58b3a921dcc54e15d9035e43ec7cf5 Mon Sep 17 00:00:00 2001 From: Denis Biryukov Date: Thu, 19 Dec 2024 11:54:42 +0100 Subject: [PATCH] do not build z_advanced_sub without unstable --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index f1f4bb4..2568da4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -60,7 +60,7 @@ function(add_examples glob mode lib) if(${file} MATCHES ".*querier.*$") continue() endif() - if((${file} MATCHES ".*advanced_pub.*$") OR (${file} MATCHES ".*advanced_pub.*$")) + if((${file} MATCHES ".*advanced_sub.*$") OR (${file} MATCHES ".*advanced_pub.*$")) continue() endif() endif()