Skip to content

Commit

Permalink
Merge pull request #807 from eclipse-zenoh/expose_liveliness_feature
Browse files Browse the repository at this point in the history
expose ZENOHPICO_FEATURE_LIVELINESS
  • Loading branch information
milyin authored Nov 21, 2024
2 parents 1e6f13a + f6be31c commit 5b068c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(ZENOHPICO_FEATURE_QUERY @Z_FEATURE_QUERY@)
set(ZENOHPICO_FEATURE_QUERYABLE @Z_FEATURE_QUERYABLE@)
set(ZENOHPICO_FEATURE_RAWETH_TRANSPORT @Z_FEATURE_RAWETH_TRANSPORT@)
set(ZENOHPICO_FEATURE_INTEREST @Z_FEATURE_INTEREST@)
set(ZENOHPICO_FEATURE_LIVELINESS @Z_FEATURE_LIVELINESS@)

if(@CHECK_THREADS@)
find_dependency(Threads REQUIRED)
Expand Down

0 comments on commit 5b068c5

Please sign in to comment.