Skip to content

Commit

Permalink
Remove unexisting unix c99 z_sub_channel from CMAke
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 23, 2024
1 parent c2d6d27 commit 84f22e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if(UNIX)
add_example(z_pub unix/c99/z_pub.c)
add_example(z_pub_st unix/c99/z_pub_st.c)
add_example(z_sub unix/c99/z_sub.c)
add_example(z_sub_channel unix/c99/z_sub_channel.c)
add_example(z_sub_st unix/c99/z_sub_st.c)
add_example(z_pull unix/c99/z_pull.c)
add_example(z_get unix/c99/z_get.c)
Expand Down

0 comments on commit 84f22e6

Please sign in to comment.