Skip to content

Commit

Permalink
Add msgs6 to docker and configure.bat
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jul 10, 2020
1 parent 79e93f0 commit 6bd801a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:: Install dependencies
call %win_lib% :download_unzip_install libzmq-4.2.3_cppzmq-4.2.2_vc15-x64-dll-MD.zip
call %win_lib% :download_unzip_install sqlite-3.22.0-vc15-Win64-dll-MD.zip
call %win_lib% :install_ign_project ign-msgs ign-msgs5
call %win_lib% :install_ign_project ign-msgs ign-msgs6

:: Set configuration variables
@set build_type=Release
Expand Down
2 changes: 1 addition & 1 deletion docker/ign-transport/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN sudo /bin/sh -c 'echo "deb [trusted=yes] http://packages.osrfoundation.org/g
&& sudo apt-get install -y \
libignition-cmake2-dev \
libignition-math6-dev \
libignition-msgs5-dev \
libignition-msgs6-dev \
&& sudo apt-get clean

# Ignition transport
Expand Down

0 comments on commit 6bd801a

Please sign in to comment.