Skip to content

Commit

Permalink
do not build z_advanced_sub without unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Dec 19, 2024
1 parent bf43c3e commit ce6cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ce6cf6f

Please sign in to comment.