Skip to content

Commit

Permalink
enabled liveliness for pico
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 19, 2024
1 parent 9e33583 commit 2776cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_from_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ absolute_install_location=$(cd $1; pwd)
bash $SCRIPT_DIR/install_local.sh $SCRIPT_DIR/../zenoh-c $absolute_install_location -DZENOHC_BUILD_WITH_UNSTABLE_API=$USE_UNSTABLE -DZENOHC_BUILD_WITH_SHARED_MEMORY=$USE_SHARED_MEMORY
if [ "$BUILD_PICO" == "ON" ]; then
#build zenoh-pico
bash $SCRIPT_DIR/install_local.sh $SCRIPT_DIR/../zenoh-pico $absolute_install_location -DZ_FEATURE_UNSTABLE_API=$USE_UNSTABLE_PICO
bash $SCRIPT_DIR/install_local.sh $SCRIPT_DIR/../zenoh-pico $absolute_install_location -DZ_FEATURE_UNSTABLE_API=$USE_UNSTABLE_PICO -DZ_FEATURE_LIVELINESS=$USE_UNSTABLE_PICO
fi

rm -rf ./build
Expand Down

0 comments on commit 2776cb7

Please sign in to comment.