Skip to content

Commit

Permalink
udp registration on
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Oct 21, 2024
1 parent 36c1159 commit c3a9005
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ECAL_CORE_BUILD_TESTS: "ON"
ECAL_CORE_CONFIGURATION: "OFF"
ECAL_CORE_COMMAND_LINE: "OFF"
ECAL_CORE_REGISTRATION: "OFF"
ECAL_CORE_REGISTRATION: "ON"
ECAL_CORE_REGISTRATION_SHM: "OFF"
ECAL_CORE_MONITORING: "OFF"
ECAL_CORE_PUBLISHER: "ON"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ECAL_CORE_BUILD_TESTS: "ON"
ECAL_CORE_CONFIGURATION: "OFF"
ECAL_CORE_COMMAND_LINE: "OFF"
ECAL_CORE_REGISTRATION: "OFF"
ECAL_CORE_REGISTRATION: "ON"
ECAL_CORE_REGISTRATION_SHM: "OFF"
ECAL_CORE_MONITORING: "OFF"
ECAL_CORE_PUBLISHER: "ON"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
ECAL_CORE_BUILD_TESTS: "ON"
ECAL_CORE_CONFIGURATION: "OFF"
ECAL_CORE_COMMAND_LINE: "OFF"
ECAL_CORE_REGISTRATION: "OFF"
ECAL_CORE_REGISTRATION: "ON"
ECAL_CORE_REGISTRATION_SHM: "OFF"
ECAL_CORE_MONITORING: "OFF"
ECAL_CORE_PUBLISHER: "ON"
Expand Down
2 changes: 1 addition & 1 deletion build/linux/05_build_pubsub_udp_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX=_install \
-DECAL_CORE_BUILD_TESTS=ON \
-DECAL_CORE_CONFIGURATION=OFF \
-DECAL_CORE_COMMAND_LINE=OFF \
-DECAL_CORE_REGISTRATION=OFF \
-DECAL_CORE_REGISTRATION=ON \
-DECAL_CORE_REGISTRATION_SHM=OFF \
-DECAL_CORE_MONITORING=OFF \
-DECAL_CORE_PUBLISHER=ON \
Expand Down

0 comments on commit c3a9005

Please sign in to comment.