Skip to content

Commit

Permalink
Update pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 2, 2024
1 parent c701d85 commit e27651d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ configure-ros2 = { cmd = [
"-B",
".build-ros2",
"-DROBOTOLOGY_USES_ROS2:BOOL=ON",
"-DROBOTOLOGY_USES_MOVEIT:BOOL=ON",
"-DROBOTOLOGY_USES_MOVEIT:BOOL=OFF",
]}

configure-all-ros2 = { cmd = [
Expand All @@ -255,7 +255,7 @@ configure-all-ros2 = { cmd = [
"-DROBOTOLOGY_USES_GZ:BOOL=ON",
"-DROBOTOLOGY_USES_ESDCAN:BOOL=$ROBOTOLOGY_USES_ESDCAN",
"-DROBOTOLOGY_USES_ROS2:BOOL=ON",
"-DROBOTOLOGY_USES_MOVEIT:BOOL=ON",
"-DROBOTOLOGY_USES_MOVEIT:BOOL=OFF",
# Use the cross-platform Ninja generator
"-G",
"Ninja",
Expand Down

0 comments on commit e27651d

Please sign in to comment.